Remote
SCPI Command :
SCONfiguration:EXTernal:CODer<CH>:REMote:SEND
- Commands in total: 10Subgroups: 7Direct child commands: 1
- send(send_scpi_command: str, index=Index.Default) None[source]
# SCONfiguration:EXTernal:CODer<CH>:REMote:SEND driver.sconfiguration.external.coder.remote.send(send_scpi_command = 'abc', index = repcap.Index.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)
index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coder’)
Cloning the Group
# Create a copy of the original group, that exists independently
remote_copy = driver.sconfiguration.external.coder.remote.clone()
Subgroups