RFmx Demod DotNET

Table of Contents

RFmxDemodMXADemodResults.ReadAM Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxDemodMXADemodResults.ReadAM Method

RFmxDemodMXADemodResultsReadAM Method

Configures hardware for acquisition, performs measurement on acquired data, and returns the amplitude-modulated (AM) measurement results.

Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int ReadAM(
	string selectorString,
	double timeout,
	out double meanModulationDepth,
	out double meanCarrierPower
)
Public Function ReadAM ( 
	selectorString As String,
	timeout As Double,
	<OutAttribute> ByRef meanModulationDepth As Double,
	<OutAttribute> ByRef meanCarrierPower As Double
) As Integer

Parameters

selectorString  String
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
timeout  Double
Specifies the time, in seconds, for which the method waits for the measurement to complete. A value of -1 specifies that the method waits until the measurement is complete.
meanModulationDepth  Double
Upon return, contains the mean amplitude variation, in percentage, around the unmodulated carrier amplitude. If the carrier is suppressed, the amplitude variation of the modulating signal is returned.
meanCarrierPower  Double
Upon return, contains the mean of the measured carrier power, in dBm.

Return Value

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

Remarks

This method maps to the RFmxDemod_ADemodReadAM() function in C.

See Also

Log in to get a better experience