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

NameTypeDescription
selectorStringstring

Specifies the marker number. Example: "marker0". You can use the BuildMarkerString2(string, int) method to build the selector string.

traceRFmxSpecAnMXMarkerTrace

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.