RFmxSpecAnMXSemOffsetAbsoluteLimitMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the absolute limit mask is a flat line or a line with a slope.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXSemOffsetAbsoluteLimitMode
Members
| Name | Value | Description |
|---|---|---|
| Manual | 0 | The line specified by the SetOffsetAbsoluteLimitStart(string, double) and SetOffsetAbsoluteLimitStop(string, double) method values as the two ends is considered as the mask. |
| Couple | 1 | The two ends of the line are coupled to the value of the SetOffsetAbsoluteLimitStart(string, double) method. |