ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDeviceEvents.Delay Property

RfsgDeviceEvents.Delay Property

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: Double
Specifies a Double representing the delay, in seconds, that is applied to all events.

Exceptions

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

See Also

Was this information helpful?