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
Operating the Power Supply Remotely 4
Series N5700 User’s Guide 53
4 Click on the Browser Web Control button in the navigation bar
on the left to begin controlling your instrument.
5 For additional help about any of the pages, click on the Help with
this Page button.
Using Telnet
In an MS-DOS Command Prompt box type: telnet hostname 5024
where hostname is the N5700 hostname or IP address, and 5024 is
the instrument’s telnet port.
You should get a Telnet session box with a title indicating that you
are connected to the power supply. Type the SCPI commands at the
prompt.
Using Sockets
Agilent instruments have standardized on using port 5025 for SCPI
socket services. A data socket on this port can be used to send and
receive ASCII/SCPI commands, queries, and query responses. All
commands must be terminated with a newline for the message to be
parsed. All query responses will also be terminated with a newline.
The power supply allows any combination of up to three
simultaneous data socket and telnet connections to be made.
The socket programming interface also allows a control socket
connection. The control socket can be used by a client to send device
clear and to receive service requests. Unlike the data socket, which
uses a fixed port number, the port number for a control socket varies
and must be obtained by sending the following SCPI query to the data
socket: SYSTem:COMMunicate:TCPip:CONTrol?
After the control port number is obtained, a control socket
connection can be opened. As with the data socket, all commands to
the control socket must be terminated with a newline, and all query
responses returned on the control socket will be terminated with a
newline.
To send a device clear, send the string “DCL” to the control socket.
When the power supply has finished performing the device clear it
echoes the string “DCL” back to the control socket.
Service requests are enabled for control sockets using the Service
Request Enable register. Once service requests have been enabled,
the client program listens on the control connection. When SRQ goes
true the instrument will send the string “SRQ +nn” to the client. The
“nn” is the status byte value, which the client can use to determine
the source of the service request.