SU320CSX
4110-0446, Rev. B
Page 85 of 96
© 2016 UTC Aerospace Systems
Date Printed: 5-Dec-2016
This document does not contain any export controlled technical data.
Range
7 to 255
Type unsigned
integer
Example
WIN:ROW:STOP 191 -- stop read at row 191
5.21.8.
Get Window Row Stop Number
Description
Returns the stop row number for the ROI.
Setting Type
Operational
Command WIN:ROW:STOP?
Parameters none
Return Values
value
Range
7 to 255
Type unsigned
integer
Example
WIN:ROW:STOP?
-- query command
191 -- return value
5.21.9.
Set Window Rectangle
Description
Sets the global corner row and column numbers for the ROI.
The Total rows and columns must be an even value for each: Start
on an EVEN number and end on an ODD number, and conform to
minimum size requirements.
Setting Type
Global
Command WIN:RECT
<X1> <X2> <Y1> <Y2>
Parameters
<X left> <X right> <Y top> <Y bottom>
Return Values
None
Range
0 to 319 for SU640HSX for corner row value
0 to 255 for SU640HSX for corner column value
Type unsigned
integers
Example
WIN:RECT 16 8 217 111 -- set window row and column points
5.21.10.
Get Window Rectangle
Description
Gets the global corner row and column numbers for the ROI.
Setting Type
Global
Command WIN:RECT?