RfsgLoadConfigurationsFromFileResetOptions Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies the configurations to skip while loading from a file.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgLoadConfigurationsFromFileResetOptions
Members
| Name | Value | Description |
|---|---|---|
| SkipNone | (int)0x0 | NI-RFSG resets all configurations. |
| SkipWaveforms | (int)0x1 | NI-RFSG skips resetting the waveform configurations. |
| SkipScripts | (int)0x2 | NI-RFSG skips resetting the scripts. |
| SkipDeembeddingTables | (int)0x8 | NI-RFSG skips resetting the de-embeding tables. |