RFmxVnaMXLimitedConfigurationChange Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies the set of properties that are considered by NI-RFmx in the locked signal configuration state.
Namespace: NationalInstruments.RFmx.VnaMX
Assembly: NationalInstruments.RFmx.VnaMX.Fx40 (in NationalInstruments.RFmx.VnaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxVnaMXLimitedConfigurationChange
Public Enumeration RFmxVnaMXLimitedConfigurationChange
Members
Member name | Value | Description |
---|---|---|
Disabled | 0 | This is the normal mode of RFmx operation. All configuration changes in RFmxInstr properties or in personality properties will be applied during RFmx Commit. |
NoChange | 1 | Signal configuration and RFmxInstr configuration are locked after the first Commit or Initiate of the named signal configuration. Any configuration change thereafter either in RFmxInstr properties or personality properties will not be considered by subsequent RFmx Commits or Initiates of this signal. Use No Change if you have created named signal configurations for all measurement configurations but are setting some RFmxInstr properties. Refer to the Limitations of the Limited Configuration Change Property topic for more details about the limitations of using this mode. |