Definition Type: Element
Name: acquisition_timeout
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
This timeout is used as the default timeout when the system is in free-running mode (i.e. not triggered). In this mode, the system expects to see an image from the camera or an error is raised. This timeout is only use in some applications.
Collapse XSD Schema Diagram:
XSD Diagram of acquisition_timeout
Collapse XSD Schema Code:
<xs:element name="acquisition_timeout" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation>This timeout is used as the default timeout when the system is in free-running mode (i.e. not triggered). In this mode, the system expects to see an image from the camera or an error is raised. This timeout is only use in some applications.</xs:documentation>
    </xs:annotation>
</xs:element>