You are here: Start » AVL.NET » GenActivationMode Enumeration

GenActivationMode Enumeration

Specifies how Genicam command execution filters reacts on activation input.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
OnAnyEdgeExecutes command every time when value on activation input changes.
OnFallingEdgeExecutes command when value on activation input changes from True to False.
OnRisingEdgeExecutes command when value on activation input changes from False to True.
WhenFalseExecutes command when value on activation input is equal False.
WhenTrueExecutes command when value on activation input is equal True.

See also