Poffset

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:POFFset:ALL
SOURce:GPRF:GENerator<Instance>:SEQuencer:APOol:POFFset
class PoffsetCls[source]

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

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

Queries the peak offset of the ARB file with the specified <Index>.

param index:

integer

return:

peak_offset: float Unit: dB

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

Queries the peak offsets of the ARB files in the file pool.

return:

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