LastCommand Property
Description
Returns a Command object representing the last command in the measurement routine. Read-only Command object.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property LastCommand As Command |
Return Type
Command object.
Remarks
This gives you a faster way of getting the last command. Before you had to use this syntax:
Commands.Item(Commands.Count).
See Also