SymbolRate

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:SRATe:ALL
SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:SRATe
class SymbolRateCls[source]

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

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

Queries the sample rate of the ARB file with the specified <Index>.

param index:

integer

return:

sample_rate: float Unit: Samples per second

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

Queries the sample rates of the ARB files in the file pool.

return:

sample_rate: float Comma-separated list of values, one value per file Unit: Samples per second