Remote
SCPI Command :
SCONfiguration:EXTernal:FADer<CH>:REMote:SEND
- Commands in total: 10Subgroups: 7Direct child commands: 1
- send(send_scpi_command: str, digitalIq=DigitalIq.Default) None[source]
# 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 SMW200A.
- Parameters:
send_scpi_command – ‘SCPI syntax’ String containing an SCPI command (query or setting)
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
Cloning the Group
# Create a copy of the original group, that exists independently
remote_copy = driver.sconfiguration.external.fader.remote.clone()
Subgroups