Reenabling

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:LIST:REENabling
SOURce:GPRF:GENerator<Instance>:LIST:REENabling:ALL
class ReenablingCls[source]

Reenabling commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get(index: int) bool[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:REENabling
value: bool = driver.source.gprf.generator.listPy.reenabling.get(index = 1)

No command help available

param index:

No help available

return:

reenabling: No help available

get_all() List[bool][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:REENabling:ALL
value: List[bool] = driver.source.gprf.generator.listPy.reenabling.get_all()

No command help available

return:

all_reenables: No help available

set(index: int, reenabling: bool) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:REENabling
driver.source.gprf.generator.listPy.reenabling.set(index = 1, reenabling = False)

No command help available

param index:

No help available

param reenabling:

No help available

set_all(all_reenables: List[bool]) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:REENabling:ALL
driver.source.gprf.generator.listPy.reenabling.set_all(all_reenables = [True, False, True])

No command help available

param all_reenables:

No help available