ConfigureTrace(string, RFmxSpecAnMXMarkerTrace)
- Updated2025-10-13
- 1 minute(s) read
Configures the measurement trace to be used by the marker.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int ConfigureTrace(string selectorString, RFmxSpecAnMXMarkerTrace trace)
Remarks
This method maps to the RFmxSpecAn_MarkerCfgTrace() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the marker number. Example: "marker0". You can use the BuildMarkerString2(string, int) method to build the selector string. |
| trace | RFmxSpecAnMXMarkerTrace | Specifies the measurement trace to be used by the marker. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.