RfsgBasicConfigurationList.ActiveStep Property
- Updated2024-05-08
- 1 minute(s) read
RfsgBasicConfigurationListActiveStep Property
Gets or sets the step to be set to active to configure the configuration list properties.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public long ActiveStep { get; set; }
Public Property ActiveStep As Long Get Set
Property Value
Type: Int64Specifies a Int64 representing the active step.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The ActiveStep property was accessed after the associated NIRfsg object was disposed. |