RFmx Instr DotNET

Table of Contents

RFmxInstrMX.GetNumberOfRawIQRecords Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxInstrMX.GetNumberOfRawIQRecords Method

RFmxInstrMXGetNumberOfRawIQRecords Method

Gets the number of raw IQ records to acquire to complete measurement averaging.

Namespace: NationalInstruments.RFmx.InstrMX
Assembly: NationalInstruments.RFmx.InstrMX.Fx40 (in NationalInstruments.RFmx.InstrMX.Fx40.dll) Version: 24.5.0.49285 (24.5.0.49285)

Syntax

public int GetNumberOfRawIQRecords(
	string selectorString,
	out int value
)
Public Function GetNumberOfRawIQRecords ( 
	selectorString As String,
	<OutAttribute> ByRef value As Integer
) As Integer

Parameters

selectorString  String
Pass an empty string.
value  Int32
Gets the number of raw IQ records to acquire to complete measurement averaging. This property returns a value of 0 when RFmx cannot provide I/Q data for the specified measurement configuration.

Return Value

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

Remarks

This method gets the value of NumberOfRawIQRecords

See Also

Log in to get a better experience