Model 4200A-SCS Parameter Analyzer Reference Manual Section 13: LPT library function reference4200A-901-01 Rev. C / February 2017 13-203cviv_display_powerThis command sets the display state of the LCD display on the 4200A-CVIV.Usageint cviv_display_power(int instr_id, int state);instr_id The instrument identification code of the 4200A-CVIV: CVIV1state Display on: KI_CVIV_DISPLAY_ON or 1Display off: KI_CVIV_DISPLAY_OFF or 0DetailsThis command turns the display of the 4200A-CVIV on or off.When the display is turned off, the 4200A-CVIV clears the displays. A small green circle is displayedto indicate that the 4200A-CVIV instrument is powered.When the display is turned on, the latest configuration is displayed.If the clrcon command is sent, the 4200A-CVIV display is updated to show the change inconnections. If the 4200A-CVIV display is turned off, it remains off after a clrcon.Examplecviv_display_power(CVIV1, KI_CVIV_DISPLAY_OFF);Turns off the 4200A-CVIV display.Also seecviv_config (on page 13-201)cviv_display_config (on page 13-202)