Delay Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerSource.Delay Property

Specifies the trigger source delay from when the trigger logic is satisfied until the device specific action (for instance a measurement) is triggered.


[Visual Basic]
Public Property Delay As Double

[C#]
public Double Delay {get; set;}

[C++]
HRESULT get_Delay(
   double* retval
);
HRESULT put_Delay(
   double val
);

Remarks

A negative value implies pre-trigger acquisition. The units are seconds.

See Also

IIviLxiSyncTriggerSource Interface | IIviLxiSyncTriggerSource Members | Ivi.LxiSync.Interop Namespace