RfsaBasicConfigurationList.ActiveStep Property
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Gets or sets the step in the configuration list for RF list mode that you want to activate for configuration or initiation.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public long ActiveStep { get; set; }
Public Property ActiveStep As Long Get Set
Property Value
Int64Specifies an Int64 representing the active step.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The ActiveStep property was accessed after the associated NIRfsa object was disposed. |
Remarks
Activating a list makes all properties in the list reflect the value of the properties that correspond to the set specified by the ActiveList and ActiveStep properties.