Usage

SCPI Command :

CONFigure:GPRF:GENerator<Instance>:SPATh:USAGe
class UsageCls[source]

Usage commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_value() List[bool][source]
# SCPI: CONFigure:GPRF:GENerator<Instance>:SPATh:USAGe
value: List[bool] = driver.configure.spath.usage.get_value()

No command help available

return:

enable: No help available

set_value(enable: List[bool]) None[source]
# SCPI: CONFigure:GPRF:GENerator<Instance>:SPATh:USAGe
driver.configure.spath.usage.set_value(enable = [True, False, True])

No command help available

param enable:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.spath.usage.clone()

Subgroups