User`s guide
Table Of Contents
- Legal Notices
- Safety Notices
- In this Book
- Contents
- Quick Reference
- Installation
- Operating the Power Supply Locally
- Operating the Power Supply Remotely
- Language Reference
- SCPI Command Summary
- Calibration Commands
- Measure Commands
- Output Commands
- Source Commands
- [SOURce:]CURRent[:LEVel][:IMMediate][:AMPLitude]
|MIN|MAX [SOURce:]CURRent[:LEVel][:IMMediate][:AMPLitude]? [MIN|MAX][SOURce:]CURRent[:LEVel]:TRIGgered[:AMPLitude] |MIN|MAX [SOURce:]CURRent[:LEVel]:TRIGgered[:AMPLitude]? [MIN|MAX] - [SOURce:]CURRent:PROTection:STATe ON|OFF[SOURce:]CURRent:PROTection:STATe?
- [SOURce:]VOLTage[:LEVel][:IMMediate][:AMPLitude]
|MIN|MAX [SOURce:]VOLTage[:LEVel][:IMMediate][:AMPLitude]? [MIN|MAX][SOURce:]VOLTage[:LEVel]:TRIGgered[:AMPLitude] |MIN|MAX [SOURce:]VOLTage[:LEVel]:TRIGgered[:AMPLitude]? [MIN|MAX] - [SOURce:]VOLTage:LIMit:LOW
|MIN|MAX [SOURce:]VOLTage:LIMit:LOW? [MIN|MAX] - [SOURce:]VOLTage:PROTection:LEVel
|MIN|MAX[SOURce:]VOLTage:PROTection:LEVel? [MIN|MAX]
- [SOURce:]CURRent[:LEVel][:IMMediate][:AMPLitude]
- Status Commands
- STATus:PRESet
- STATus:OPERation[:EVENt]?
- STATus:OPERation:CONDition?
- STATus:OPERation:ENABle
STATus:OPERation:ENABle? - STATus:OPERation:NTR
STATus:OPERation:PTR STATus:OPERation:NTR? STATus:OPERation:PTR? - STATus:QUEStionable[:EVENt]?
- STATus:QUEStionable:CONDition?
- STATus:QUEStionable:ENABle
STATus:QUEStionable:ENABle? - STATus:QUEStionable:NTR
STATus:QUEStionable:PTR STATus:QUEStionable:NTR? STATus:QUEStionable:PTR? - *CLS
- *ESE*ESE?
- *ESR?
- *OPC*OPC?
- *SRE*SRE?
- *STB?
- *WAI
- System Commands
- Trigger Commands
- Programming Examples
- Specifications
- Verification and Calibration
- Verification
- Equipment Required
- Measurement Techniques
- Constant Voltage Tests
- Constant Current Tests
- Test Record Form – Agilent N5741A and N5761A
- Test Record Form – Agilent N5742A and N5762A
- Test Record Form – Agilent N5743A and N5763A
- Test Record Form – Agilent N5744A and N5764A
- Test Record Form – Agilent N5745A and N5765A
- Test Record Form – Agilent N5746A and N5766A
- Test Record Form – Agilent N5747A and N5767A
- Test Record Form – Agilent N5748A and N5768A
- Test Record Form – Agilent N5749A and N5769A
- Test Record Form – Agilent N5750A and N5770A
- Test Record Form – Agilent N5751A and N5771A
- Test Record Form – Agilent N5752A and N5772A
- Calibration
- Verification
- Service
- Compatibility
- Index
- Declaration of Conformity
Language Reference 5
Series N5700 User’s Guide 77
System Commands
System commands control system functions that are not directly
related to output control, measurement, or status functions. Common
commands are also used to control system functions.
SYSTem:COMMunicate:RLSTate LOCal|REMote|RWLock
SYSTem:COMMunicate:RLSTate?
This command configures the remote/local state of the instrument
according to the following settings.
LOCal The instrument is set to front panel control (front panel keys are active).
REMote The instrument is set to remote interface control (front panel keys are active).
RWLock The front panel keys are disabled (the instrument can only be controlled via the
remote interface
).
The remote/local state can also be set by interface commands over
the GPIB and some other I/O interfaces. When multiple remote
programming interfaces are active, the interface with the most
recently changed remote/local state determines the instrument’s
remote/local state.
The remote/local state is unaffected by *RST or any SCPI commands
other than SYSTem:COMMunicate:RLState. At power-on however, the
communications setting always returns to LOCal.
SYSTem:COMMunicate:TCPip:CONTrol?
This query returns the control connection port number. This is used
to open a control socket connection to the instrument. Refer to
chapter 4 under “Using Sockets” for more information.
SYSTem:ERRor?
This query returns the next error number and its corresponding
message string from the error queue. The queue is a FIFO (first-in,
first-out) buffer that stores errors as they occur. As it is read, each
error is removed from the queue. When all errors have been read, the
query returns 0, NO ERROR. If more errors are accumulated than the
queue can hold, the last error in the queue will be -350, TOO MANY
ERRORS (see Appendix C for error codes).
SYSTem:VERSion?
This query returns the SCPI version number to which the instrument
complies. The returned value is of the form YYYY.V, where YYYY
represents the year and V is the revision number for that year.