Remote
SCPI Command :
SCONfiguration:EXTernal:IQOutput<CH>:REMote:SEND
- class RemoteCls[source]
Remote commands group definition. 9 total commands, 6 Subgroups, 1 group commands
- send(send_scpi_command: str, iqConnector=IqConnector.Default) None [source]
# SCPI: SCONfiguration:EXTernal:IQOutput<CH>:REMote:SEND driver.sconfiguration.external.iqOutput.remote.send(send_scpi_command = 'abc', iqConnector = repcap.IqConnector.Default)
Allows you to send SCPI commands to the RF instruments connected to the R&S SMBV100B.
- param send_scpi_command
‘SCPI syntax’ String containing an SCPI command (query or setting)
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.external.iqOutput.remote.clone()
Subgroups