RfsgResetStepsToOmit Enumeration
- Updated2024-05-08
- 1 minute(s) read
RfsgResetStepsToOmit Enumeration
Specifies a list of steps to skip during the reset process.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
[FlagsAttribute] public enum RfsgResetStepsToOmit
<FlagsAttribute> Public Enumeration RfsgResetStepsToOmit
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No step is omitted during reset. | |
Waveforms | 1 | Omits clearing waveforms. | |
Scripts | 2 | Omits clearing scripts. | |
Routes | 4 | 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 | 8 | Omits deleting de-embedding tables. This step is valid only for the PXIe-5830/5831/5832/5840. |