Iselect
SCPI Command :
SCONfiguration:EXTernal:FADer<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: str: No parameter help available
Rf_Path: str: No parameter help available
- get(digitalIq=DigitalIq.Default) IselectStruct [source]
# SCPI: SCONfiguration:EXTernal:FADer<CH>:REMote:ISELect value: IselectStruct = driver.sconfiguration.external.fader.remote.iselect.get(digitalIq = repcap.DigitalIq.Default)
No command help available
- param digitalIq
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- return
structure: for return value, see the help for IselectStruct structure arguments.
- set(instr_name: str, rf_path: Optional[str] = None, digitalIq=DigitalIq.Default) None [source]
# SCPI: SCONfiguration:EXTernal:FADer<CH>:REMote:ISELect driver.sconfiguration.external.fader.remote.iselect.set(instr_name = 'abc', rf_path = 'abc', digitalIq = repcap.DigitalIq.Default)
No command help available
- param instr_name
No help available
- param rf_path
No help available
- param digitalIq
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)