Video Test Generator User Guide 563
Class Format parameter setting - Video resolution
Description Establishes the vertical physical size of the image on the display. Units expected (or
returned) vary according to the last mode set with USIZ command. The VSIZ command is
context sensitive and must appear between begin and end commands FMTB and FMTE.
The VSIZ? query returns the current setting of VSIZ.
Note: Make sure that the USIZ parameter is properly set before using the VSIZ command.
Changing the USIZ setting after entering VSIZ will convert the size to match the new unit
of measure.
Command syntax VSIZ size
size
physical size; positive value (floating point accepted)
Query syntax VSIZ?
Query response size
Other required
commands The units of measure must be properly set by USIZ before entering VSIZ. The ALLU
command updates hardware to the new setting and redraws the test image, taking the
new size into account.
Example
FMTB // Begin editing session
// One or more format editing commands ...
USIZ 1 // Select inches as unit of measure in buffer
HSIZ 10.4 // Set width to 10.4 in buffer
VSIZ 7.8 // Set height to 7.8 in buffer
ALLU // Test the new settings
// One or more format editing commands ...
FMTE // End editing session