Configures the acquisition settings for the I/Q measurement.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureAcquisition(string selectorString, double sampleRate, int numberOfRecords, double acquisitionTime, double pretriggerTime)

Remarks

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

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

sampleRatedouble

Specifies the acquisition sample rate, in samples per second (S/s).

numberOfRecordsint

Specifies the number of records to acquire.

acquisitionTimedouble

Specifies the acquisition time, in seconds, for the I/Q measurement.

pretriggerTimedouble

Specifies the pretrigger time, in seconds, for the I/Q measurement.

Returns

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