Configure Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerSource.Configure Method

This function configures the most commonly configured attributes of the trigger source sub-system.


[Visual Basic]
Public Sub Configure( _
   ByVal Delay As Double, _
   ByVal Detection As IviLxiSyncTriggerSourceDetectionEnum _
)

[C#]
public void Configure(
   Double Delay,
   IviLxiSyncTriggerSourceDetectionEnum Detection
);

[C++]
HRESULT Configure(
   double Delay,
   IviLxiSyncTriggerSourceDetectionEnum Detection
);

Parameters

Delay
Specifies the trigger source delay. The units are seconds. A negative value implies pre-trigger acquisition.
Detection
Specifies the slope of the trigger source.

See Also

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