RFmxInstrMXLoadOptions Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies the configurations to skip while loading from a file using the LoadConfigurations(String) method
Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)
Syntax
public enum RFmxInstrMXLoadOptions
Public Enumeration RFmxInstrMXLoadOptions
Members
Member name | Value | Description |
---|---|---|
SkipNone | 0 | RFmx loads all the configurations to the session. |
SkipRFInstr | 1 | RFmx skips loading the RFmxInstr configurations to the session. |