SetTraceRangeLength(string, double)
- Updated2025-10-13
- 1 minute(s) read
Sets the length in seconds of the trace range centered at the reference point.
Syntax
Namespace: NationalInstruments.RFmx.PulseMX
public int SetTraceRangeLength(string selectorString, double value)
Remarks
This method sets the value of PulseTraceRangeLength attribute.The default value is 0.000020 seconds.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | double | Specifies the length in seconds of the trace range centered at the reference point. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.