RfsgPeakPowerAdjustmentInheritance Enumeration
- Updated2024-05-08
- 1 minute(s) read
RfsgPeakPowerAdjustmentInheritance Enumeration
Determines the inheritance behavior of the PeakPowerAdjustment property when a script inherits values from specified waveforms.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public enum RfsgPeakPowerAdjustmentInheritance
Public Enumeration RfsgPeakPowerAdjustmentInheritance
Members
Member name | Value | Description | |
---|---|---|---|
ExactMatch | 0 | Displays an error if different values are detected in the script. | |
Minimum | 1 | Uses the minimum value found in the script. | |
Maximum | 2 | Uses the maximum value found in the script. |