![GW Instek GDS-1000B Series Programming Manual Download Page 77](http://html1.mh-extra.com/html/gw-instek/gds-1000b-series/gds-1000b-series_programming-manual_2280038077.webp)
COMMAND DETAILS
77
:DISPlay:WAVEform
Description
Sets or queries whether the waveforms are drawn
as vectors or dots.
Syntax
:DISPlay:WAVEform {VECTor | DOT | ?}
Parameter
VECTor
Vectors
DOT
Dots
Return parameter Returns VECTOR or DOT.
Example
:DISPlay:WAVEform VECTor
Sets the waveform to vectors.
:DISPlay:OUTPut
Description
Returns the screen image as a 16 bit RGB run
length encoded image.
Syntax
:DISPlay:OUTPut{?}
Return parameter Format: data+LF
For example assuming the image data size is 60072
bytes then the following would be returned:
#560072
<[count] [color] [count] [color]….. ><LF>
Where #560072 is the header, each [count] and [color]
data are 2 bytes and <LF> is a line feed character.
Set
Query
Query