Section 13: LPT library function reference
Model 4200A-SCS Parameter Analyzer Reference Manual
13-202
4200A-901-01 Rev. C / February 2017
cviv_display_config
This command configures the LCD display on the 4200A-CVIV Multi-Switch.
Usage
int cviv_display_config(int
instr_id
, int
channel
, int
identifier
, char *
value
);
instr_id
The instrument identification code of the 4200A-CVIV:
CVIV1
channel
4200A-CVIV channel (use to set a terminal name):
1
to
4
4200A-CVIV virtual channel (use to set the test name):
5
See
Details
identifier
Display the name of the terminal:
KI_CVIV_TERMINAL_NAME
or
1
Display the name of the test:
KI_CVIV_TEST_NAME
or
0
See
Details
value
A string that defines the name (up to 16 characters for a test name or 6 characters
for a terminal name)
Details
Sets the name for the channel terminal or test that is displayed on the 4200A-CVIV for the selected
channel.
The
channel
and
identifier
settings must be set for either terminal or test name. For example, if
channel
is set to
2
,
identifier
must be set to
KI_CVIV_TERMINAL_NAME
.
If the
clrcon
command is sent, the 4200A-CVIV display is updated to show the change in
connections. If the 4200A-CVIV display is turned off, it remains off after a
clrcon
.
Example
cviv_display_config(CVIV1, 2, KI_CVIV_TERMINAL_NAME, "Source");
This command sets the name of the channel 2 terminal on the 4200A-CVIV display.
Also see
(on page 13-199)
(on page 13-201)
(on page 13-203)