Paratio

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:PARatio:ALL
SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:PARatio
class ParatioCls[source]

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

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

Queries the peak to average ratio of the ARB file with the specified <Index>.

param index:

integer

return:

peak_avg_ratio: float Unit: dB

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

Queries the peak to average ratios of the ARB files in the file pool.

return:

peak_avg_ratio: float Comma-separated list of values, one value per file Unit: dB