Remote

SCPI Command :

SCONfiguration:EXTernal:FADer<CH>:REMote:SEND
class RemoteCls[source]

Remote commands group definition. 10 total commands, 7 Subgroups, 1 group commands

send(send_scpi_command: str, digitalIq=DigitalIq.Default) None[source]
# SCPI: SCONfiguration:EXTernal:FADer<CH>:REMote:SEND
driver.sconfiguration.external.fader.remote.send(send_scpi_command = 'abc', digitalIq = repcap.DigitalIq.Default)

Allows you to send SCPI commands to the RF instruments connected to the R&S SMW.

param send_scpi_command

‘SCPI syntax’ String containing an SCPI command (query or setting)

param digitalIq

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.external.fader.remote.clone()

Subgroups