Specifies the units of the IOffset property and the QOffset property.

Note

For any devices except PXIe-5820, if the RfsgIQOffsetUnits method is set to Volts, a 0.1 I offset results in a 0.1 V offset in the output. For PXIe-5820 devices, 0.1 I offset results in a 10% offset in the output.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public enum RfsgIQOffsetUnits

Members

NameValueDescription
Percentage(int)11000

The unit of measurement of IOffset and QOffset is percentage.

Volts(int)11001

The unit of measurement of IOffset and QOffset is volts.

See Also