Level

SCPI Commands :

DIAGnostic:BASE:SALignment:PATH:LEVel:STARt
DIAGnostic:BASE:SALignment:PATH:LEVel:STATe
DIAGnostic:BASE:SALignment:PATH:LEVel
class LevelCls[source]

Level commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_start() str[source]
# SCPI: DIAGnostic:BASE:SALignment:PATH:LEVel:STARt
value: str = driver.diagnostic.base.salignment.path.level.get_start()

No command help available

return:

path: No help available

get_state() List[str][source]
# SCPI: DIAGnostic:BASE:SALignment:PATH:LEVel:STATe
value: List[str] = driver.diagnostic.base.salignment.path.level.get_state()

No command help available

return:

state: No help available

get_value() List[str][source]
# SCPI: DIAGnostic:BASE:SALignment:PATH:LEVel
value: List[str] = driver.diagnostic.base.salignment.path.level.get_value()

No command help available

return:

path_list: No help available

set_start(path: str) None[source]
# SCPI: DIAGnostic:BASE:SALignment:PATH:LEVel:STARt
driver.diagnostic.base.salignment.path.level.set_start(path = 'abc')

No command help available

param path:

No help available