RFmx SpecAn DOTNET

RFmxSpecAnMXMarkerConfiguration.ConfigureType Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXMarkerConfiguration.ConfigureType Method

RFmxSpecAnMXMarkerConfigurationConfigureType Method

Configures the marker type.

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 ConfigureType(
	string selectorString,
	RFmxSpecAnMXMarkerType markerType
)
Public Function ConfigureType ( 
	selectorString As String,
	markerType As RFmxSpecAnMXMarkerType
) As Integer

Parameters

selectorString  String
Specifies the marker number. Example: "marker0". You can use the BuildMarkerString2(String, Int32) method to build the selector string.
markerType  RFmxSpecAnMXMarkerType
Specifies whether the marker is disabled (Off) or is enabled (On) as a normal marker, delta marker or a fixed marker.

Return Value

Int32
Returns 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_MarkerCfgType() function in C.

See Also