User Manual

Table Of Contents
Remote Control Commands
R&S
®
NGL200
86User Manual 1178.8736.02 ─ 02.01
Example: Selecting a channel
You can select a channel either with an OUTput parameter, or just by the channel
number. This example lists all ways how you can select and query a selected channel.
// ************************************************
// Select a channel
// ************************************************
INST OUT1
// selects channel 1
INST?
// queries the channel selection
// response: "OUT1"
// ************************************************
// Select a channel by its number
// ************************************************
INST:NSEL 1
// selects channel number 1
INST:NSEL?
// queries number of the channel selection
// response: 1
INSTrument:NSELect....................................................................................................... 86
INSTrument[:SELect]........................................................................................................86
INSTrument:NSELect <channel>
INSTrument:NSELect?
Selects/Queries the channel by number.
Setting parameters:
<channel> 1 | 2 | 3 | 4
Range: 1 to 2
Example: See Example "Selecting a channel" on page 86.
INSTrument[:SELect] <channel>
INSTrument[:SELect]?
Selects/Queries the channel by keyword.
Setting parameters:
<channel> OUT1 | OUTP1 | OUTPut1 | 1 | OUT2 | OUTP2 | OUTPut2 | 2
OUT1 | OUTP1 | OUTPut1 | 1
Channel 1 (Ch1)
OUT2 | OUTP2 | OUTPut2 | 2
Channel 2 (Ch2)
Range: 1 to 2
Example: See Example "Selecting a channel" on page 86.
Configuration Commands