User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
INTENSITY, INTS
Description
The INTENSITY command sets the intensity level of the grid. The argument "TRACE,<value>" is accepted
for backward compatibility, but the actual trace intensity is always 100%.
Command Syntax
INTENSITY GRID,<value>,TRACE,<value>
Query Syntax
INTENSITY?
Response Format
INTENSITY TRACE,<value>,GRID,<value>
Example (GPIB)
The following example sets the grid intensity to 70%.
CMD$="INTS GRID,70" : CALL IBWRT(SCOPE%,CMD$)
6-80