RfsgIQImpairment.OffsetUnits Property
- Updated2024-05-08
- 1 minute(s) read
RfsgIQImpairmentOffsetUnits Property
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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgIQOffsetUnits OffsetUnits { get; set; }
Public Property OffsetUnits As RfsgIQOffsetUnits Get Set
Property Value
Type: 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.