RfsgLoadConfigurationsFromFileLoadOptions Enumeration
- Updated2024-05-08
- 1 minute(s) read
RfsgLoadConfigurationsFromFileLoadOptions Enumeration
Specifies the configurations to skip to reset while loading configurations from a file.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
[FlagsAttribute] public enum RfsgLoadConfigurationsFromFileLoadOptions
<FlagsAttribute> Public Enumeration RfsgLoadConfigurationsFromFileLoadOptions
Members
Member name | Value | Description | |
---|---|---|---|
SkipNone | 0 | NI-RFSG loads all the configurations to the session. | |
SkipWaveforms | 1 | NI-RFSG skips loading the waveform configurations to the session. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.