Represents the coefficient info struct of the underlying driver.

Derives from

None

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public struct RfsaCoefficientInfo

Remarks

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

Properties

NameDescription
Gain

Gets the multiplier that you must use to scale data obtained from a peer-to-peer stream.

Offset

Gets the number that must be added to the data from a peer-to-peer stream after the gain has been applied, if you want to scale unscaled data.

Reserved1

Gets the Reserved1 for coefficient info.

Reserved2

Gets the Reserved2 for coefficient info.

Methods

NameDescription
Equals(RfsaCoefficientInfo)

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

Equals(object)

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

GetHashCode()

Returns the hash code for the current instance of RfsaCoefficientInfo.

Operators

NameDescription
operator!=(RfsaCoefficientInfo, RfsaCoefficientInfo)

Checks whether the two instances of RfsaCoefficientInfo are unequal.

operator==(RfsaCoefficientInfo, RfsaCoefficientInfo)

Checks whether the two instances of RfsaCoefficientInfo are equal.