RFmx SpecAn DOTNET

RFmxSpecAnMXAmpmConfiguration.SetAMToPMEnabled Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxSpecAnMXAmpmConfiguration.SetAMToPMEnabled Method

RFmxSpecAnMXAmpmConfigurationSetAMToPMEnabled Method

Sets whether to enable the results that rely on AM to PM characteristics.

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

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value  RFmxSpecAnMXAmpmAMToPMEnabled
Specifies whether to enable the results that rely on AM to PM characteristics.

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 AmpmAMToPMEnabled attribute.The default value is True.

See Also