Iselect

SCPI Command :

SCONfiguration:EXTernal:BBMM<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(iqConnector=IqConnector.Default) IselectStruct[source]
# SCPI: SCONfiguration:EXTernal:BBMM<CH>:REMote:ISELect
value: IselectStruct = driver.sconfiguration.external.bbmm.remote.iselect.get(iqConnector = repcap.IqConnector.Default)

No command help available

param iqConnector

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

return

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

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

No command help available

param instr_name

No help available

param rf_path

No help available

param iqConnector

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