Setup

SCPI Command :

SYSTem:BASE:DEVice:SETup
class SetupCls[source]

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

class SetupStruct[source]

Response structure. Fields:

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

  • Instrument: List[int]: No parameter help available

get() SetupStruct[source]
# SCPI: SYSTem:BASE:DEVice:SETup
value: SetupStruct = driver.system.device.setup.get()

No command help available

return:

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

set(absolute_item_name: List[str] = None, instrument: List[int] = None) None[source]
# SCPI: SYSTem:BASE:DEVice:SETup
driver.system.device.setup.set(absolute_item_name = ['abc1', 'abc2', 'abc3'], instrument = [1, 2, 3])

No command help available

param absolute_item_name:

No help available

param instrument:

No help available