Iselect
SCPI Command :
SCONfiguration:EXTernal:IQOutput<CH>:REMote:ISELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class IselectStruct[source]
Response structure. Fields:
1 Ipart_Instr_Name: str: No parameter help available
2 Rf_Path: str: String Determines the used RF output of the external instrument.
- get(iqConnector=IqConnector.Default) IselectStruct[source]
# SCONfiguration:EXTernal:IQOutput<CH>:REMote:ISELect value: IselectStruct = driver.sconfiguration.external.iqOutput.remote.iselect.get(iqConnector = repcap.IqConnector.Default)
Selects an external instrument for the selected connector.
- Parameters:
iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)
- Returns:
structure: for return value, see the help for IselectStruct structure arguments.
- set(ipart_instr_name: str, rf_path: str = None, iqConnector=IqConnector.Default) None[source]
# SCONfiguration:EXTernal:IQOutput<CH>:REMote:ISELect driver.sconfiguration.external.iqOutput.remote.iselect.set(ipart_instr_name = 'abc', rf_path = 'abc', iqConnector = repcap.IqConnector.Default)
Selects an external instrument for the selected connector.
- Parameters:
ipart_instr_name – String Instrument alias name, as retrieved with the method
RsSmw.sconfiguration.external.remote.list_py(). The name can also be defined with the methodRsSmw.sconfiguration.external.remote.add.set().rf_path – String Determines the used RF output of the external instrument.
iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IqOutput’)