Gets or sets the units of IOffset and the QOffset.

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 RfsgIQOffsetUnits OffsetUnits { get; set; }

Remarks

Specifies the RfsgIQOffsetUnits enumeration.

Offset units are either Percentage or Volts.

Exceptions

TypeDescription
System.ObjectDisposedException

The OffsetUnits property was accessed after the associated NIRfsg object was disposed.