Technical data

Table Of Contents
300 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
16 Display Commands
The :DISPlay:CGRade:SCHeme? query returns the specified color scheme.
Returned Format
[DISPlay:CGRade:SCHeme] {CLASsic | TEMP}<NL>
Example This example gets the specified color scheme and prints it on the
computer screen:
Dim strCgradeScheme As String ' Dimension variable.
myScope.WriteString ":DISPlay:CGRade:SCHeme?"
strCgradeScheme = myScope.ReadString
Debug.Print strCgradeScheme
See Also ":DISPlay:CGRade" on page 296
":DISPlay:CGRade:LEVels?" on page 297