Pep

SCPI Commands :

SCONfiguration:BEXTension:INFO:ALIGn:PEP:MAXimum
SCONfiguration:BEXTension:INFO:ALIGn:PEP:MINimum
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_maximum() float[source]
# 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.

Returns:

max_pep: float Range: -145 to 30

get_minimum() float[source]
# 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.

Returns:

min_pep: float Range: -145 to 30