SCPI Command
DISPlay:PARTition:VISible <char>, {OFF|ON|0|1}
DISPlay:PARTition:VISible? <char>
Shows or hides the display partition specified by the <char> parameter. |
---|
command/query |
<bool> Specifies the status of the display partition:
{ON|1} |
Different elements of the application window may have individual font sizes |
{OFF|0} |
Different elements of the application window have the same font size |
<char> Specifies display partition:
BUTTon |
Soft buttons |
MENU |
Menu bar |
CSTatus |
Channel status |
ASTatus |
Analyzer status |
TITLe |
Main window title |
FLABel |
Frequency label |
MTABle |
Marker table |
{0|1}
Display > Properties > Menu Bar
Display > Display Properties > Frequency Label
Markers > Properties > Marker Table or None
Equivalent COM Command
SCPI.DISPlay.PARTition.VISible(Param)
State = app.SCPI.DISPlay.PARTition.VISible(“MENU”)
app.SCPI.DISPlay.PARTition.VISible(“MENU”) = true
Boolean (read/write)
Back to DISPlay
Back to Command Finder