Provides methods and properties associated with waveform information.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public struct RfsaWaveformInfo

Remarks

For more information, refer to NI RF Vector Signal Analyzers Help.

Properties

NameDescription
AbsoluteInitialX

Gets the timestamp, in seconds, of the first fetched sample that is comparable between records and acquisitions.

ActualSamples

Gets the number of samples in the waveform.

Gain

Gets the gain to scale data.

Offset

Gets the offset to scale data.

RelativeInitialX

Gets a timestamp that corresponds to the difference, in seconds, between the first sample returned and the Reference trigger location.

Reserved1

Gets the reserved 1 for waveform information.

Reserved2

Gets the reserved 2 for waveform information.

XIncrement

Gets the time interval between data points in the acquired signal. The I/Q data sample rate is the reciprocal of this value.

Methods

NameDescription
Equals(RfsaWaveformInfo)

Determines whether the current instance of RfsaWaveformInfo and the RfsaWaveformInfo object that you specify are equal.

Equals(object)

Determines if the current instance of RfsaWaveformInfo and the object that you specify are equal.

GetHashCode()

Returns the hash code for the current instance of RfsaWaveformInfo.

Operators

NameDescription
operator!=(RfsaWaveformInfo, RfsaWaveformInfo)

Checks whether the two instances of RfsaWaveformInfo are unequal.

operator==(RfsaWaveformInfo, RfsaWaveformInfo)

Checks whether the two instances of RfsaWaveformInfo are equal.