Iselect
SCPI Command :
SCONfiguration:EXTernal:IQOutput<CH>:REMote:ISELect
- class IselectCls[source]
Iselect commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class IselectStruct[source]
Response structure. Fields:
Ipart_Instr_Name: str: No parameter help available
Rf_Path: str: String Determines the used RF output of the external instrument.
- get(iqConnector=IqConnector.Default) IselectStruct [source]
# SCPI: SCONfiguration:EXTernal:IQOutput<CH>:REMote:ISELect value: IselectStruct = driver.sconfiguration.external.iqOutput.remote.iselect.get(iqConnector = repcap.IqConnector.Default)
Select an external instrument for the selected connector.
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)
- return
structure: for return value, see the help for IselectStruct structure arguments.
- set(ipart_instr_name: str, rf_path: Optional[str] = None, iqConnector=IqConnector.Default) None [source]
# SCPI: SCONfiguration:EXTernal:IQOutput<CH>:REMote:ISELect driver.sconfiguration.external.iqOutput.remote.iselect.set(ipart_instr_name = 'abc', rf_path = 'abc', iqConnector = repcap.IqConnector.Default)
Select an external instrument for the selected connector.
- param ipart_instr_name
String Instrument alias name, as retrieved with the command method RsSmbv.Sconfiguration.External.Remote.listPy or defined with the command method RsSmbv.Sconfiguration.External.Remote.Add.set.
- param rf_path
String Determines the used RF output of the external instrument.
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)