RFmxInstrMXLoadOptions Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the configurations to skip while loading from a file using the LoadConfigurations(string) method
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public enum RFmxInstrMXLoadOptions
Members
| Name | Value | Description |
|---|---|---|
| SkipNone | 0 | RFmx loads all the configurations to the session. |
| SkipRFInstr | 1 | RFmx skips loading the RFmxInstr configurations to the session. |