Rohde & Schwarz NGP824 power supply

NGP800 series manual - Page 129

For NGP824.

PDF File Manual, 190 pages, Read Online | Download pdf file

NGP824 photo
Loading ...
Loading ...
Loading ...
Remote Control Commands
R&S
®
NGP800
127User Manual 5601.5610.02 ─ 04
Example: Configuring fuses
This example contains all commands to configure and query the fuse states and set-
tings.
// ************************************************
// Activate a fuse
// ************************************************
INST OUT1
// selects a channel and activates the overcurrent protection
FUSE 1
// queries the state of the overcurrent protection in the selected channel
FUSE?
// response: 1
// ************************************************
// Set a delay time for the overcurrent protection. The delay time
// takes effect when the channel output is turned on.
// ************************************************
// sets 50 ms delay for the overcurrent protection
FUSE:DEL 50
// queries the currently set delay time of the overcurrent protection
// in the selected channel
FUSE:DEL?
// response: 50
// sets the delay time to maximum, minimum respectively
FUSE:DEL MAX
FUSE:DEL MIN
// ************************************************
// Query the range of the overcurrent protection delay time
// ************************************************
// queries the upper and lower limit of the
// overcurrent protection delay time in ms
FUSE:DEL? MIN
// response: 0
FUSE:DEL? MAX
// response: 10000
// ************************************************
// Set a initial delay time for the overcurrent protection. During
// the timefrane, overcurrent protection tripping is inhibited.
// ************************************************
// sets 100 ms for the initial overcurrent protection delay
FUSE:DEL:INIT 100
// queries the currently set initial overcurrent protection delay
// in the selected channel
FUSE:DEL:INIT?
// response: 100
// sets the initial overcurrent protection delay to maximum, minimum respectively
FUSE:DEL:INIT MAX
FUSE:DEL:INIT MIN
// ************************************************
// Query the range of the overcurrent protection delay time
Configuration Commands
Loading ...
Loading ...
Loading ...