Remote control commands
R&S
®
NGP800
118
User Manual 5601.5610.02 ─ 09
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
// ************************************************
// selects channel 1
INST OUT1
// queries the channel selection
INST?
// response: "OUT1"
// ************************************************
// Select a channel by its number
// ************************************************
// selects channel number 1
INST:NSEL 1
// queries number of the channel selection
INST:NSEL?
// response: 1
INSTrument:NSELect
<arg0>
Selects or queries the channel by number.
Setting parameters:
<channel>
1 | 2 | 3 | 4
Range:
1 to 4
Example:
See
INSTrument[:SELect]
<arg0>
Selects or queries the channel by keyword.
Setting parameters:
<channel>
OUT1 | OUTP1 | OUTPut1 | CH1 | OUT2 | OUTP2 | OUTPut2 |
CH2 | OUT3 | OUTP3 | OUTPut3 | CH3 | OUT4 | OUTP4 |
OUTPut4 | CH4
OUT1 | OUTP1 | OUTPut1 | CH1
Selects Channel 1 (Ch 1)
OUT2 | OUTP2 | OUTPut2 | CH2
Selects Channel 2 (Ch 2)
OUT3 | OUTP3 | OUTPut3 | CH3
Selects Channel 3 (Ch 3)
OUT4 | OUTP4 | OUTPut4 | CH4
Selects Channel 4 (Ch 4)
Configuration commands