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