Iselect
SCPI Command :
SCONfiguration:EXTernal:RF<CH>:REMote:ISELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class IselectStruct[source]
Response structure. Fields:
1 Instr_Name: str: 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().2 Rf_Path: str: String Determines the used RF output of the external instrument.
- get(path=Path.Default) IselectStruct[source]
# SCONfiguration:EXTernal:RF<CH>:REMote:ISELect value: IselectStruct = driver.sconfiguration.external.rf.remote.iselect.get(path = repcap.Path.Default)
Selects an external instrument for the selected connector.
- Parameters:
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- Returns:
structure: for return value, see the help for IselectStruct structure arguments.
- set(instr_name: str, rf_path: str = None, path=Path.Default) None[source]
# SCONfiguration:EXTernal:RF<CH>:REMote:ISELect driver.sconfiguration.external.rf.remote.iselect.set(instr_name = 'abc', rf_path = 'abc', path = repcap.Path.Default)
Selects an external instrument for the selected connector.
- Parameters:
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.
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)