RfsgBasicConfigurationList.Repeat Property
- Updated2024-05-08
- 1 minute(s) read
RfsgBasicConfigurationListRepeat Property
Gets or sets whether the configuration list runs only once or continuously.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgBasicConfigurationListRepeat Repeat { get; set; }
Public Property Repeat As RfsgBasicConfigurationListRepeat Get Set
Property Value
Type: RfsgBasicConfigurationListRepeatSpecifies the RfsgBasicConfigurationListRepeat enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Repeat property was accessed after the associated NIRfsg object was disposed. |