Definition Type: Element
Name: requires_tlparamslocked
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 0
MaxOccurs 1
Abstract
ContentType Restriction
Documentation:
Some cameras require the GenICam node TLParamsLocked to be set before starting acquisition and to be reset after stopping acquisition.
Collapse XSD Schema Diagram:
XSD Diagram of requires_tlparamslocked
Collapse XSD Schema Code:
<xs:element name="requires_tlparamslocked" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Some cameras require the GenICam node TLParamsLocked to be set before starting acquisition and to be reset after stopping acquisition.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="on" />
            <xs:enumeration value="off" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration on
Enumeration off