Definition Type: Element
Name: ysize
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 1
MaxOccurs (1)
Abstract
Documentation:
The height of the image in lines. This should be the maximum possible output height, i.e. the height of the sensor (not an ROI). Set to "Default" to get the YSize from the camera.
Collapse XSD Schema Diagram:
XSD Diagram of ysize
Collapse XSD Schema Code:
<xs:element name="ysize" type="xs:string" minOccurs="1">
    <xs:annotation>
        <xs:documentation>The height of the image in lines. This should be the maximum possible output height, i.e. the height of the sensor (not an ROI). Set to "Default" to get the YSize from the camera.</xs:documentation>
    </xs:annotation>
</xs:element>