Dtime

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:LIST:DTIMe
SOURce:GPRF:GENerator<Instance>:LIST:DTIMe:ALL
class DtimeCls[source]

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

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

No command help available

param index:

No help available

return:

dwell_time: No help available

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

No command help available

return:

all_dwelltimes: No help available

set(index: int, dwell_time: float) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:DTIMe
driver.source.gprf.generator.listPy.dtime.set(index = 1, dwell_time = 1.0)

No command help available

param index:

No help available

param dwell_time:

No help available

set_all(all_dwelltimes: List[float]) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:DTIMe:ALL
driver.source.gprf.generator.listPy.dtime.set_all(all_dwelltimes = [1.1, 2.2, 3.3])

No command help available

param all_dwelltimes:

No help available