Definition Type: Attribute
Name: use
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
ContentType Restriction
Use Optional
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.
Collapse XSD Schema Diagram:
XSD Diagram of use
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration PixelRouter
Enumeration PixelRouterAndAcquisitionEngine