Configures the marker to be used as reference marker when you set the RFmxSpecAnMXMarkerType to Delta. The value set by this method is not used when you set the RFmxSpecAnMXMarkerType to Normal.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureReferenceMarker(string selectorString, int referenceMarker)

Remarks

This method maps to the RFmxSpecAn_MarkerCfgReferenceMarker() 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.

referenceMarkerint

Specifies the marker to be used as reference marker when you set the RFmxSpecAnMXMarkerType to Delta. The value set by this method is not used when you set the RFmxSpecAnMXMarkerType to Normal.

Returns

Returns the status code of this method. The status code either indicates success or describes an error or warning condition.