SetTraceRangeAuto(string, RFmxPulseMXPulseTraceRangeAuto)
- Updated2025-10-13
- 1 minute(s) read
Sets whether the trace range computation of the selected pulse is automatic or manually configured by you.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public int SetTraceRangeAuto(string selectorString, RFmxPulseMXPulseTraceRangeAuto value)
Remarks
This method sets the value of PulseTraceRangeAuto attribute.The default value is RFmxPulseMXTraceRangeAuto.True.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxPulseMXPulseTraceRangeAuto | Specifies whether the trace range computation of the selected pulse is automatic or manually configured by you. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.