Increment

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:LIST:INCRement:CATalog
SOURce:GPRF:GENerator<Instance>:LIST:INCRement
class IncrementCls[source]

Increment commands group definition. 4 total commands, 1 Subgroups, 2 group commands

get_catalog() List[str][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:INCRement:CATalog
value: List[str] = driver.source.gprf.generator.listPy.increment.get_catalog()

No command help available

return:

list_incr_srcs: No help available

get_value() str[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:INCRement
value: str = driver.source.gprf.generator.listPy.increment.get_value()

No command help available

return:

list_incr_src: No help available

set_value(list_incr_src: str) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:INCRement
driver.source.gprf.generator.listPy.increment.set_value(list_incr_src = 'abc')

No command help available

param list_incr_src:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.gprf.generator.listPy.increment.clone()

Subgroups