Keysight Pathwave 89600 VSA .NET API
ICustomStep Interface Members
See Also  Properties  Methods  Events
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : ICustomStep Interface

Glossary Item Box

The following tables list the members exposed by ICustomStep.

Public Properties

 NameDescriptionMinimum SW Version
 PropertyEnabledGets or sets a value indicating whether the step is enabled.  
 PropertyInputCountGets or sets the number of inputs.  
 PropertyInputNamesGets or sets the names of the inputs.  
 PropertyIsConnectedGets or sets a value indicating whether the step is connected.  
 PropertyNameGets or sets the name of the step.  
 PropertyOutputCountGets or sets the number of outputs.  
 PropertyOutputNamesGets or sets the names of the outputs.  
 PropertyPositionGets or sets how to determine the position of this CustomStep in the measurement list.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
 MethodInputGets the input data for a specified input.  
 MethodOutputGets the output data for a specified output.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Events

 NameDescriptionMinimum SW Version
 EventConnectingEvent that indicates the step is connecting to the measurement list.  
 EventExecutingEvent that indicates the step is executing.  
 EventLimitingEvent that indicates the step is limiting.  
 EventNamingEvent just before the step is connected to the measurement list (before its InputNames are used).  
 EventResettingAverageEvent that indicates the step is resetting.  
 EventUpdatingEvent that indicates the step is updating.  
 EventUpdatingPass1Event that indicates the step is updating pass 1.  
 EventUpdatingRevPassEvent that indicates the step is updating reverse pass.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

See Also