Application Commands

Ready

Attribute Detail
Object Type Property (read only)
Data Type Boolean
Description Ready state of the analyzer. Reads out the True value after successful completion of the boot process (about 10 sec). The Analyzer must be connected to PC by a USB cable.
Syntax Dim State as Boolean
State = app.Ready
Equivalent Softkeys None

SCPI.SYSTem.HIDE

Attribute Detail
Object Type Method
Target Analyzer GUI
Description Minimizes the analyzer main window removing it from desktop.
Syntax app.SCPI.SYSTem.HIDE
Related Commands SCPI.SYSTem.SHOW
Equivalent Softkeys None

SCPI.SYSTem.SHOW

Attribute Detail
Object Type Method
Target Analyzer GUI
Description Restores the analyzer main window hidden by the SCPI.SYSTem.HIDE command.
Syntax app.SCPI.SYSTem.SHOW
Related Commands SCPI.SYSTem.HIDE
Equivalent Softkeys None

SCPI.SYSTem.TERMinate

Attribute Detail
Object Type Method
Target Analyzer GUI
Description Terminates the application.
Syntax app.SCPI.SYSTem.TERMinate
Equivalent Softkeys None

SCPI.SYSTem.LOCal

Attribute Detail
Object Type Method
Target Analyzer
Description Sets the analyzer to the local operation mode, when all the keys on the front panel, mouse and the touch screen are active.
Syntax app.SCPI.SYSTem.LOCal
Related Commands SCPI.SYSTem.REMote
SCPI.SYSTem.RWLock
Equivalent Softkeys None

SCPI.SYSTem.REMote

Attribute Detail
Object Type Method
Target Analyzer
Description Sets the analyzer to the remote operation mode, when all the keys on the front panel, mouse and the touch screen are not active, except for one key labeled Return to Local. Pushing this button will reset the analyzer to the local operation mode.
Syntax app.SCPI.SYSTem.REMote
Related Commands SCPI.SYSTem.LOCal
SCPI.SYSTem.RWLock
Equivalent Softkeys None

SCPI.SYSTem.RWLock

Attribute Detail
Object Type Method
Target Analyzer
Description Sets the analyzer to the remote operation mode, when all the keys on the front panel, mouse and the touch screen are not active. Only SCPI.SYSTem.LOCal or SCPI.SYSTem.REMote command can release this remote operation mode.
Syntax app.SCPI.SYSTem.RWLock
Related Commands SCPI.SYSTem.LOCal
SCPI.SYSTem.REMote
Equivalent Softkeys None

SCPI.SYSTem.TEMPerature.SENSor(Idx)

Attribute Detail
Object Type Property (read only)
Data Type Double
Target Analyzer
Description Reads out the specified sensor (Idx) temperature inside the analyzer.
Unit °C (Celsius)
Syntax Dim Value As Double
Value = app.SCPI.SYSTem.TEMPerature.SENSor(1)
Equivalent Softkeys None

SCPI.SERVice.CHANnel(1).COUNt

Attribute Detail
Object Type Property (read only)
Data Type Long
Target Analyzer
Description The maximum number of channels.
Syntax Dim Value As Long
Value = app.SCPI.SERVice.CHANnel.COUNt
Warning Object CHANnel has an index. In Visual Basic the index is 1 by default when it is omitted. The index can not be omitted in other programming languages.
Equivalent Softkeys None

SCPI.SERVice.CHANnel(1).TRACe.COUNt

Attribute Detail
Object Type Property (read only)
Data Type Long
Target Analyzer
Description The maximum number of the traces in the channel.
Syntax Dim Value As Long
Value = app.SCPI.SERVice.CHANnel.TRACe.COUNt
Warning Objects CHANnel and TRACe have an index. In Visual Basic the index is 1 by default when it is omitted. The index can not be omitted in other programming languages.
Equivalent Softkeys None