ClassPy

SCPI Command :

PROGram:CLASs:ENABle
class ClassPyCls[source]

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

get_enable() bool[source]
# SCPI: PROGram:CLASs:ENABle
value: bool = driver.program.classPy.get_enable()

Enables whether the workspace classification level appears in the lower window (restart required) .

return:

enable: ON| OFF| 1| 0

set_enable(enable: bool) None[source]
# SCPI: PROGram:CLASs:ENABle
driver.program.classPy.set_enable(enable = False)

Enables whether the workspace classification level appears in the lower window (restart required) .

param enable:

ON| OFF| 1| 0