RFmxSpecAnMXMarkerConfiguration.ConfigureReferenceMarker Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
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.
Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int ConfigureReferenceMarker( string selectorString, int referenceMarker )
Public Function ConfigureReferenceMarker ( selectorString As String, referenceMarker As Integer ) As Integer
Parameters
- selectorString String
- Specifies the marker number. Example: "marker0". You can use the BuildMarkerString2(String, Int32) method to build the selector string.
- referenceMarker Int32
- 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.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes an error or warning condition.
Remarks
This method maps to the RFmxSpecAn_MarkerCfgReferenceMarker() function in C.