R&S NGM202 User Manual page 108

Hide thumbs Also See for NGM202:
Table of Contents

Advertisement

®
R&S
NGL200/NGM200
Example: Configuring the current output
// ************************************************
// Select the channel
// ************************************************
INST OUT1
// ************************************************
// Set upper or lower current safety limit
// ************************************************
ALIM 1
//sets the safety limits to enable
ALIM?
//queries the safety limits state
//response: "1"
CURR:ALIM 3
//sets the safety limits for the upper current
CURR:ALIM?
//queries the safety limits for the upper current
//reponse: "3.000"
CURR:ALIM LOW 0.001
//sets the safety limits for the lower current
CURR:ALIM?
//queries the safety limits for the lower current
//response: "0.001"
// ************************************************
// Set the current value
// ************************************************
CURR 2
// selects a channel and sets the current
CURR?
// queries the current of the selected channel
// response: 2.000
// ************************************************
// Query the range of the current values
// ************************************************
CURR? MIN
// response: 0.001
CURR? MAX
// response: 3.000
// queries the upper and lower limit of the current
// ************************************************
// Increase or decrease the current stepwise
// ************************************************
INST OUT1
CURR:STEP 1
CURR DOWN
// selects the output channel, sets the step width
// and decreases the current in the selected channel
// by the set 1 Ampere
CURR UP
// increases the current in the selected channel
User Manual 1178.8736.02 ─ 06
Remote Control Commands
Configuration Commands
105

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ngm200 seriesNgl200 seriesNgl-com2aNgl201Ngl202Ngm201

Table of Contents