Usage

SCPI Command :

SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SPATh:USAGe
class UsageCls[source]

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

get(index: float) List[bool][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SPATh:USAGe
value: List[bool] = driver.source.sequencer.listPy.spath.usage.get(index = 1.0)

No command help available

param index:

No help available

return:

enable: No help available

set(index: float, enable: List[bool]) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:LIST:SPATh:USAGe
driver.source.sequencer.listPy.spath.usage.set(index = 1.0, enable = [True, False, True])

No command help available

param index:

No help available

param enable:

No help available

Cloning the Group

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

Subgroups