Remote control commands
R&S
®
NGP800
135
User Manual 5601.5610.02 ─ 09
// ************************************************
// Set a delay time for the overcurrent protection. The delay time
// takes effect when the channel output is turned on.
// ************************************************
// sets 0.05 s delay for the overcurrent protection
FUSE:DEL 0.05
// queries the currently set delay time of the overcurrent protection
// in the selected channel
FUSE:DEL?
// response: 0.05
// 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: 10
// ************************************************
// Set a initial delay time for the overcurrent protection. During
// the timefrane, overcurrent protection tripping is inhibited.
// ************************************************
// sets 0.1 s for the initial overcurrent protection delay
FUSE:DEL:INIT 0.1
// queries the currently set initial overcurrent protection delay
// in the selected channel
FUSE:DEL:INIT?
// response: 0.1
// sets the initial overcurrent protection delay to maximum, minimum respectively
FUSE:DEL:INIT MAX
FUSE:DEL:INIT MIN
// ************************************************
// Query a tripped overcurrent protection
// ************************************************
INST OUT1
//queries whether the OCP in channel 1 has tripped
FUSE:TRIP?
//response: 1 OCP is tripped
//response: 0 OCP is not tripped
//resets a tripped OCP in the selected channel
FUSE:TRIP:CLEar
// ************************************************
// Link the electronic overcurrent protection of the channels logically
// ************************************************
INST OUT1
// links the overcurrent protection of channel 1 with channel 2
Configuration commands