System Commands
|
|
HARD COPY
DESCRIPTION
COMMAND SYNTAX
QUERY SYNTAX
Response format
EXAMPLE (GPIB)
RELATED COMMANDS
SCREEN_DUMP, SCDP
Command/Query
The SCREEN_DUMP causes the oscilloscope to dump the screen
contents onto the hard copy device. For plotting, this command
will not halt oscilloscope activities since plotting is performed in
parallel with other tasks, unless it is done over the same port as the
remote control. Printing, however, cannot be done in parallel with
other oscilloscope operations.
Screen dumps may be aborted by adding [A] to the screen dump
command, as shown in the command syntax below.
The time/date stamp which appears on the plot corresponds to the
time at which the command was executed.
The SCREEN_DUMP? query indicates whether a screen dump is
currently in progress (ON) or has finished (OFF).
SCreen_DumP [A]
Note: The optional parameter "A "
dump.
may be used to abort a screen
SCreen_DumP?
SCreen_DumP <status>
<status> := {ON, OFF}
The following code initiates a screen dump.
CMD$="SCDP"; CALL IBWRT(SCOPE%,CMD$)
INR?, HARDCOPY_SETUP, HARDCOPY_TRANSMIT
|
|
|
132