Configure Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerAlarm.Configure Method

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


[Visual Basic]
Public Sub Configure( _
   ByVal TimeSeconds As Double, _
   ByVal TimeFraction As Double, _
   ByVal Period As Double, _
   ByVal RepeatCount As Int32 _
)

[C#]
public void Configure(
   Double TimeSeconds,
   Double TimeFraction,
   Double Period,
   Int32 RepeatCount
);

[C++]
HRESULT Configure(
   double TimeSeconds,
   double TimeFraction,
   double Period,
   long RepeatCount
);

Parameters

TimeSeconds
Specifies the seconds part of 1588 time.
TimeFraction
Specifies the fractional part of 1588 time.
Period
Specifies the period of the trigger alarm.
RepeatCount
Specifies the number of times to repeat the trigger at the period specified by the Trigger Alarm Repeat Period attribute.

See Also

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