RfsgDeviceEvents.Delay Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDeviceEventsDelay Property
Gets or sets the delay that is applied to the Started Event, Done Event, and all Marker Events with respect to the analog output of the RF signal generator.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public double Delay { get; set; }
Public Property Delay As Double Get Set
Property Value
Type: DoubleSpecifies a Double representing the delay, in seconds, that is applied to all events.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Delay property was accessed after the associated NIRfsg object was disposed. |