Definition Type: Element
Name: cam_frame_height
Type: unsignedInt:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Used when where there are vertical taps (e.g. 2XE-2YE)
Collapse XSD Schema Diagram:
Drilldown into useXSD Diagram of cam_frame_height
Collapse XSD Schema Code:
<xs:element name="cam_frame_height" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>Used when where there are vertical taps (e.g. 2XE-2YE)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:unsignedInt">
                <xs:attribute name="use" use="optional">
                    <xs:annotation>
                        <xs:documentation>Set to PixelRouterAndAcquisitionEngine if the board should program the Acquisition Engine with cam_line_width (instead of x_size). This is mainly used with tap formats that have more than one vertical tap.</xs:documentation>
                    </xs:annotation>
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="PixelRouter" />
                            <xs:enumeration value="PixelRouterAndAcquisitionEngine" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
use use Optional