PhaseOffset
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the phase, in degrees (º) of the RF output signal.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double PhaseOffset { get; set; }
Remarks
Specifies a Double representing the phase of the RF output signal.
This property can be used to align the RF output of this device with the phase of another device, as long as the two devices are phase coherent.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The PhaseOffset property was accessed after the associated NIRfsg object was disposed. |