The HCOPy subsystem produces display images ("screen shots").
The following example captures and returns the display image in BMP format.
HCOP:SDUM:DATA:FORM BMP
HCOP:SDUM:DATA?
Returns the front panel display image ("screen shot").
Parameter | Typical Return |
---|---|
(none) | (A definite-length binary block containing the image.) A definite-length block allows data to be transmitted as a series of 8-bit data bytes. This is particularly useful for transferring large quantities of data or 8-bit extended ASCII codes. |
See Example. |
Specifies the format for images returned by HCOPy:SDUMp:DATA?.
Parameter | Typical Return |
---|---|
{PNG|BMP}. Default: PNG. | PNG or BMP |
See Example. |