Samples

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:SAMPles:ALL
SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:SAMPles
class SamplesCls[source]

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

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

Queries the number of samples in the ARB file with the specified <Index>.

param index:

integer

return:

samples: decimal Number of samples

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

Queries the numbers of samples in the ARB files of the file pool.

return:

samples: decimal Comma-separated list of values, one value per file