Iselect

SCPI Command :

SCONfiguration:EXTernal:CODer<CH>:REMote:ISELect
class IselectCls[source]

Iselect commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class IselectStruct[source]

Response structure. Fields:

  • Instr_Name: List[str]: No parameter help available

  • Rf_Path: str: No parameter help available

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

No command help available

param index

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

return

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

set(instr_name: List[str], rf_path: Optional[str] = None, index=Index.Default) None[source]
# SCPI: SCONfiguration:EXTernal:CODer<CH>:REMote:ISELect
driver.sconfiguration.external.coder.remote.iselect.set(instr_name = ['abc1', 'abc2', 'abc3'], rf_path = 'abc', index = repcap.Index.Default)

No command help available

param instr_name

No help available

param rf_path

No help available

param index

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