Click or drag to resize

TriggeredSequenceRecorderTriggerFrameIndex Property

Gets or sets the index associated to the trigger event.

Namespace: LynceeTec.API.Sequence
Assembly: LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:36 UTC
Syntax
public int TriggerFrameIndex { get; set; }

Property Value

Int32
The trigger frame index must be selected between 0 and BufferSize included.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current state does not allow the method to be called.
Remarks

The hologram at the TriggerFrameIndex position is acquired after the Trigger(IProgressSingle) call. When the TriggerFrameIndex equals the BufferSize value, all the holograms are already recorded at the Trigger(IProgressSingle) call.

Can only be called when CurrentState is NoHologram, Recorded, Saved, Initializing or Acquiring.

See Also