Script Command Equivalents; Command Reference - Keithley 2651A Reference Manual

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Appendix D: Common commands
Mnemonic
*TRG
*TST?
*WAI

Script command equivalents

Script command equivalents for the common commands are defined in the table below.
Common
command
*CLS
*ESE?
*ESE <mask>
*ESR?
*IDN?
*OPC?
*OPC
*RST
*SRE?
*SRE <mask>
*STB?
*TRG
*TST?
*WAI

Command reference

Details on all common commands except those associated with the status model are covered below.
Status command usage is contained in the
D-2
Model 2651A High Power System SourceMeter® Instrument Reference Manual
Name
Trigger command
Self-test query
Wait-to-continue command
Script command equivalent
status.reset()
print(tostring(status.standard.enable))
status.standard.enable = <mask>
print(tostring(status.standard.event))
print([[Keithley Instruments Inc.,
Model]]..localnode.model..[[, ]]..localnode.serialno..
[[, ]]..localnode.revision)
waitcomplete() print([[1]])
opc()
reset()
print(tostring(status.request_enable))
status.request_enable = <mask>
print(tostring(status.condition))
N/A
print([[0]])
waitcomplete()
Description
Generates the trigger.EVENT.ID for use with the trigger model and
scanning. For detailed information, see
3).
Returns a 0. For detailed information, see
(on page D-3).
Waits until all previous commands have completed. For detailed
information, see
Wait-to-continue: *WAI
NOTE
Status model
(on page E-1).
Trigger: *TRG
(on page D-
Self-test query: *TST?
(on page D-4).
2651A-901-01 Rev. A / March 2011

Advertisement

Table of Contents
loading

Table of Contents