Remote Control Commands
R&S
®
NGL200
103
User Manual 1178.8736.02 ─ 02.01
// selects a channel and activates the fuse
FUSE?
// queries the state of the fuse in the selected channel
// response: 1
// ************************************************
// Set a delay time for the fuse. The delay time
// takes effect when the channel output is turned on.
// ************************************************
FUSE:DEL 50
// sets 50 ms delay for the fuse and
// turns on the output of the channel
FUSE:DEL?
// queries the currently set delay time of the fuse
// in the selected channel
// response: 50
FUSE:DEL MAX
FUSE:DEL MIN
// sets the delay time to maximum, minimum respectively
// ************************************************
// Query the range of the fuse delay time
// ************************************************
FUSE:DEL? MIN
// response: 0
FUSE:DEL? MAX
// queries the upper and lower limit of the
// fuse delay time in ms
// response: 10000
// ************************************************
// Set a initial delay time for the fuse. During
// the timefrane, fuse tripping is inhibited.
// ************************************************
FUSE:DEL:INIT 100
// sets 100 ms for the initial fuse delay
FUSE:DEL:INIT?
// queries the currently set initial fuse delay
// in the selected channel
// response: 100
FUSE:DEL:INIT MAX
FUSE:DEL:INIT MIN
// sets the initial fuse delay to maximum, minimum respectively
// ************************************************
// Query the range of the fuse delay time
// ************************************************
FUSE:DEL? MIN
// response: 10
FUSE:DEL? MAX
// queries the upper and lower limit of the
// fuse delay time in ms
Configuration Commands