Pep

SCPI Commands :

SCONfiguration:BEXTension:INFO:ALIGn:PEP:MAXimum
SCONfiguration:BEXTension:INFO:ALIGn:PEP:MINimum
class PepCls[source]

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

get_maximum() float[source]
# SCPI: SCONfiguration:BEXTension:INFO:ALIGn:PEP:MAXimum
value: float = driver.sconfiguration.bextension.info.align.pep.get_maximum()

Queries the maximum peak envelope power (PEP) of the setup aligment procedure. Make sure, that the measurement device supports this power value.

return

max_pep: float Range: -145 to 30

get_minimum() float[source]
# SCPI: SCONfiguration:BEXTension:INFO:ALIGn:PEP:MINimum
value: float = driver.sconfiguration.bextension.info.align.pep.get_minimum()

Queries the start frequency of the setup aligment procedure. Make sure, that the measurement device supports this start frequency.

return

min_pep: float Range: -145 to 30