Iselect

SCPI Command :

SCONfiguration:EXTernal:CODer<CH>:REMote:ISELect
Commands in total: 1
Subgroups: 0
Direct 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 method RsSmw.sconfiguration.external.remote.add.set() .

  • 2 Rf_Path: str: String Determines the used RF output of the external instrument.

get(index=Index.Default) IselectStruct[source]
# SCONfiguration:EXTernal:CODer<CH>:REMote:ISELect
value: IselectStruct = driver.sconfiguration.external.coder.remote.iselect.get(index = repcap.Index.Default)

Selects an external instrument for the selected connector.

Parameters:

index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coder’)

Returns:

structure: for return value, see the help for IselectStruct structure arguments.

set(instr_name: str, rf_path: str = None, index=Index.Default) None[source]
# SCONfiguration:EXTernal:CODer<CH>:REMote:ISELect
driver.sconfiguration.external.coder.remote.iselect.set(instr_name = 'abc', rf_path = 'abc', index = repcap.Index.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 method RsSmw.sconfiguration.external.remote.add.set() .

  • rf_path – String Determines the used RF output of the external instrument.

  • index – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coder’)