SetTraceRangeReference(string, RFmxPulseMXPulseTraceRangeReference)
- Updated2025-10-13
- 1 minute(s) read
Sets the reference point for positioning of trace range. You can set reference point based on reference and Pulse Trace Range Offset (s) value.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public int SetTraceRangeReference(string selectorString, RFmxPulseMXPulseTraceRangeReference value)
Remarks
This method sets the value of PulseTraceRangeReference attribute.The default value is RFmxPulseMXTraceRangeReference.Center.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxPulseMXPulseTraceRangeReference | Specifies the reference point for positioning of trace range. You can set reference point based on reference and Pulse Trace Range Offset (s) value. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.