CxpTriggerMessageFormat
Feature Info
Module | Category Path | Type | Access |
---|---|---|---|
Device | Root / CoaXPress | Enumeration | RW |
Description
Sets/gets the CoaXPress Host to Device Trigger Message Format.
When set to Pulse, every Camera Trigger requires two transactions on the Host to Device I/O Channel: one rising edge trigger packet and one falling edge trigger packet. This is the standard behaviour.
When set to "RisingEdge", every Camera Trigger requires a single transaction on the Host to Device I/O Channel: one rising edge trigger packet.
When set to CxpTriggerMessageFormat, every Camera Trigger generates a single message transaction on the Host to Device I/O Channel alternating rising edge or falling edge trigger messages.
Default value: Pulse.
Enumeration Values
Pulse
: Rising edge and falling edge CoaXPress trigger messages.RisingEdge
: Rising edge CoaXPress trigger message.Toggle
: Alternating rising edge or falling edge CoaXPress trigger message.