RfsgIQImpairment.OffsetUnits Property
- Updated2025-02-03
- 1 minute(s) read
Rfsg
Gets or sets the units of IOffset and the QOffset.
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.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public RfsgIQOffsetUnits OffsetUnits { get; set; }
Public Property OffsetUnits As RfsgIQOffsetUnits Get Set
Property Value
RfsgIQOffsetUnitsSpecifies the RfsgIQOffsetUnits enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The OffsetUnits property was accessed after the associated NIRfsg object was disposed. |
Remarks
Offset units are either Percentage or Volts.