Technical data

InfiniiScan (ISCan) Commands 19
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 363
:ISCan:ZONE:HIDE
Command :ISCan:ZONE:HIDE {{ON | 1} | {OFF | 0}}
The :ISCan:ZONE:HIDE command lets you hide or show all InfiniiScan
zones on the display.
Example The following example hides all InfiniiScan zones on the display.
myScope.WriteString ":ISCAN:ZONE:HIDE ON"
Query :ISCan:ZONE:HIDE?
The query returns the current zone hide setting.
Returned Format
[:ISCan:ZONE:HIDE]{1 | 0};
Example The following example returns the current zone hide setting.
Dim strHide As String
myScope.WriteString ":ISCAN:ZONE:HIDE?"
strHide = myScope.ReadString
Debug.Print strHide