R&S PR100 User Manual
DISPlay
. :WINDow
. . :STORe <file name>
Creates a screen dump of the display in PNG format and stores it in a file on
storage card with the name <file name>.
Parameters:
file name Name and path of file to store the screen dump in.
*RST state:
None, as command is an event.
Example:
DISPlay:WINDow:STORe “screen.png” -> Creates “screen.png”
11.6 FORMat subsystem
Each individual client specifies it’s own format meaning that different formats
may be pressent at the same time between multiple clients.
FORMat
. :BORDer NORMal|SWAPped
Specifies whether numbers in binary data are sent with the least or most
significant byte first. Binary data are data that are not in ASCii format, but in
PACKed format as can be specified with the command FORMat:DATA.
Parameters:
NORMal MSB first, LSB last
SWAPped LSB first, MSB last
Example:
FORMat:BORDer SWAPped
FORMat
. :BORDer?
Query of output order for binary data.
Parameters:
none
Result:
NORM, SWAP
Result:
FORMat:BORDer? -> SWAP