Duration

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:DURation:ALL
SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:DURation
class DurationCls[source]

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

get(index: int) float[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:DURation
value: float = driver.source.sequencer.apool.duration.get(index = 1)

Queries the duration of the ARB file with the specified <Index>.

param index:

integer

return:

duration: float Unit: s

get_all() List[float][source]
# SCPI: SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:DURation:ALL
value: List[float] = driver.source.sequencer.apool.duration.get_all()

Queries the durations of the ARB files in the file pool.

return:

duration: float Comma-separated list of values, one value per file Unit: s