RFmx SpecAn DOTNET

RFmxSpecAnMXPavtConfiguration.SetSegmentType Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXPavtConfiguration.SetSegmentType Method

RFmxSpecAnMXPavtConfigurationSetSegmentType Method

Sets the type of segment.

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 SetSegmentType(
	string selectorString,
	RFmxSpecAnMXPavtSegmentType value
)
Public Function SetSegmentType ( 
	selectorString As String,
	value As RFmxSpecAnMXPavtSegmentType
) As Integer

Parameters

selectorString  String
Specifies the segment number.
Example: "segment0".
You can use the BuildSegmentString(String, Int32) method to build the selector string.
value  RFmxSpecAnMXPavtSegmentType
Specifies the type of segment.

Return Value

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

Remarks

This method sets the value of PavtSegmentType attribute.The default value is PhaseAndAmplitude.

See Also

Log in to get a better experience