AbsoluteDelay
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the sub-sample clock delay, in seconds, to apply to the acquired signal. Use this property to reduce the trigger jitter when synchronizing multiple devices with NI-TClk. This property can also help maintain synchronization repeatability by writing the absolute delay value of a previous measurement to the current session. To set this property, the NI-RFSA device must be in the Configuration state.
If this value is set, NI-TClk cannot do any sub-sample clock adjustment.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double AbsoluteDelay { get; set; }
Remarks
Specifies a Double representing the sub-sample clock delay, in seconds, to apply to the acquired signal. The default value is 0. Valid values are plus or minus half of one sample clock period.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The AbsoluteDelay property was accessed after the associated NIRfsa object was disposed. |