ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgIQImpairment.Skew Property

RfsgIQImpairment.Skew Property

RfsgIQImpairmentSkew Property

Gets or sets the adjustment of the phase angle between the I and Q vectors. If this skew is zero, the phase angle is 90 degrees.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public double Skew { get; set; }
Public Property Skew As Double
	Get
	Set

Property Value

Type: Double
Specifies a Double representing the adjustment of the phase angle between the I and Q vectors.

Exceptions

ExceptionCondition
ObjectDisposedException The Skew property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?