RfsgResetStepsToOmit Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies a list of steps to skip during the reset process.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgResetStepsToOmit
Members
| Name | Value | Description |
|---|---|---|
| None | (int)0x0 | No step is omitted during reset. |
| Waveforms | (int)0x1 | Omits clearing waveforms. |
| Scripts | (int)0x2 | Omits clearing scripts. |
| Routes | (int)0x4 | Omits the routing reset step. Routing is preserved after a reset. However, routing related properties are reset to default, and routing is released if the default properties are committed after a reset. |
| DeembeddingTables | (int)0x8 | Omits deleting de-embedding tables. This step is valid only for the PXIe-5830/5831/5832/5840. |