English
Language : 

COMMANDEXPERT Datasheet, PDF (7/9 Pages) Keysight Technologies – Command Expert
07 | Keysight | Command Expert - Data Sheet
Python Add-On
The Python Add-on is a set of Python
functions that let you run Command
Expert sequences in Python. The
entire sequence can be run in a single
line of Python code. The instrument
control sequence can be developed
in the Command Expert graphical
environment that displays full instrument
documentation and enables the ability to
rapidly find, perform and sequence the
instrument commands. The sequence can
contain a mix of SCPI, IVI-C and IVI-COM
commands. Use with PyVISA in Python.
Integration with Graphical Programming Environments
In Keysight VEE, Command Expert
is a new add-on that provides a VEE
object called the Command Expert
Sequence object. Each Command Expert
Sequence object contains a sequence
of instrument commands. Double-click
on the sequence and Command Expert
will open up on the screen. Add different
parameters and commands then save
the sequence. Additional parameters
become new terminals to the Command
Expert Sequence object once updated in
Command Expert.
In LabVIEW, Command Expert is a new
add-on that provides a LabVIEW Express
VI called the Sequence block. Double-click
on the sequence block and Command
Expert will open up on the screen. Add
different parameters and commands then
click OK to update the sequence. Sequence
parameters become terminals on the
Sequence object in LabVIEW.