ConfigureReferenceMarker(string, int)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the marker number. Example: "marker0". You can use the BuildMarkerString2(string, int) method to build the selector string. |
| referenceMarker | int | 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.