System Commands
|
|
DISPLAY
DESCRIPTION
COMMAND SYNTAX
QUERY SYNTAX
Response Format
EXAMPLE (GPIB)
INTENSITY, INTS
Command/Query
The INTENSITY command sets the intensity level of the grid or
the trace/text provided the local control of the intensity has been
turned off. Note that normally the screen intensity is still under
manual control when the oscilloscope operates remotely. The local
intensity control has to be turned off (using the command INTS
LOCAL,OFF) before the intensity levels can be modified re-
motely.
The intensity level is expressed as a percentage (PCT). A level
100 PCT corresponds to the maximum intensity while a level of 0
PCT sets the intensity to its minimum value.
The response to the INTENSITY? query indicates the grid and
trace intensity levels and their control mode.
INTenSity LOCAL,<mode>, GRID,<value>,TRACE,<value>
<mode> := {ON, OFF}
<value> := 0 to 100 PCT
Note 1: Parameters are grouped in pairs. The first one names the
variable to be modified and the second one gives the new value to
be assigned. Pairs may be given in any order and may be restricted
to those variables to be changed.
Note 2: The suffix PCT is optional.
INTenSity?
INTenSity LOCAL,<mode>,TRACE,<value>,GRID,<value>
The following instruction enables remote control of the intensity
and changes the grid intensity level to 75%.
CMD$="INTS LOCAL,OFF,GRID,75"
CALL IBWRT(SCOPE%,CMD$)
The following instruction re-enables local control of the intensity.
CMD$=INTS LOCAL,ON"
CALL IBWRT(SCOPE%,CMD$)
II
II
II
II
II
II
II
i
l
II
II
II
II
II
102
|
|