R&S
®
ZVA / R&S
®
ZVB / R&S
®
ZVT Command Reference
SCPI Command Reference
Operating Manual 1145.1084.12 – 30 721
Possible circuit models (character data); see circuit models.
Device-specific, command or query.
See CALCulate<Ch>:TRANsform:VNETworks:SENDed:EMBedding[:STATe]
CONFigure
CONFigure...
This subsystem creates and deletes channels or traces and assigns channel or trace names. The
commands are device-specific.
CONFigure:CHANnel<Ch>:CATalog?
Returns the numbers and names of all channels in the current setup.
Channel number. This parameter is ignored because the command returns all
channels.
String with comma-separated list of channel numbers and names, see example
below. If all channels have been deleted the response is an empty string ("").
Device-specific, query only.
*RST; :CONF:CHAN2:STAT ON; NAME 'New Channel'
Create channel 2 and assign the channel name "New Channel".
CONF:CHAN:CAT?
Query all channels and their names. As a default channel no. 1 is created on
*RST, the response is '1,Ch1,2,New_Channel'.
CONF:CHAN:NAME:ID? 'New Channel'
Query the channel number for the channel named "New Channel". The response
is 2.
CONFigure:CHANnel<Ch>:NAME '<Ch_name>'
Assigns a name to channel number <Ch>. The channel must be created before
(CONFigure:CHANnel<Ch>[:STATe] ON). Moreover it is not possible to assign the same name to two
different channels. CONFigure:CHANnel<Ch>:CATalog? returns a list of all defined channels with their
names.