Definition Type: Element
Name: format
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CL.xsd
MinOccurs 1
MaxOccurs (1)
Abstract
Documentation:
This node describes the default Camera Link output tap format. This node should be in the standard CL tap format syntax:

[ZoneX]X[TapX][ExtX]-[ZoneY]Y[TapY][ExtY]

Optionally this node can be set to "Custom", in which case the node "manual_taps" must be filled out.

For example "2X2-1Y" means "Two zones (segments) eash with two interleave pixels"
Collapse XSD Schema Diagram:
XSD Diagram of format
Collapse XSD Schema Code:
<xs:element name="format" type="xs:string" minOccurs="1">
    <xs:annotation>
        <xs:documentation>This node describes the default Camera Link output tap format. This node should be in the standard CL tap format syntax:

[ZoneX]X[TapX][ExtX]-[ZoneY]Y[TapY][ExtY]

Optionally this node can be set to "Custom", in which case the node "manual_taps" must be filled out.

For example "2X2-1Y" means "Two zones (segments) eash with two interleave pixels"</xs:documentation>
    </xs:annotation>
</xs:element>