Definition Type: Element
Name: format
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 0
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]

For example "2X2-1Y" means "Two zones (segments) eash with two interleave pixels"

Note: CoaXPress only supports the following formats
1X-1Y (Standard)
1X-2Y
1X-2YE
Collapse XSD Schema Diagram:
XSD Diagram of format
Collapse XSD Schema Code:
<xs:element name="format" type="xs:string" minOccurs="0" maxOccurs="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]

For example "2X2-1Y" means "Two zones (segments) eash with two interleave pixels"

Note: CoaXPress only supports the following formats
1X-1Y (Standard)
1X-2Y
1X-2YE</xs:documentation>
    </xs:annotation>
</xs:element>