Limit

SCPI Commands

CONFigure:WCDMa:MEASurement<Instance>:OOSYnc:LIMit:PONupper
CONFigure:WCDMa:MEASurement<Instance>:OOSYnc:LIMit:POFFupper
CONFigure:WCDMa:MEASurement<Instance>:OOSYnc:LIMit:THReshold
class Limit[source]

Limit commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_poff_upper()float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:POFFupper
value: float = driver.configure.ooSync.limit.get_poff_upper()

Specifies the transmitted power of the UE below which the UE’s transmitter is considered to be off.

return

po_ulimit: numeric Range: -90 dBm to 53 dBm

get_pon_upper()float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:PONupper
value: float = driver.configure.ooSync.limit.get_pon_upper()

Specifies the transmitted power of the UE above which the UE’s transmitter is considered to be on.

return

pon_lower: numeric Range: -70 dBm to 34 dBm

get_threshold()float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:THReshold
value: float = driver.configure.ooSync.limit.get_threshold()

Specifies the reliability of results for ‘RX Level Strategy’≠’Max A off F Max’. If the UE transmitter is expected to be on and the UE power is below the limit, results are not reliable.

return

threshold_level: numeric Range: -65 dB to 0 dB

set_poff_upper(po_ulimit: float)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:POFFupper
driver.configure.ooSync.limit.set_poff_upper(po_ulimit = 1.0)

Specifies the transmitted power of the UE below which the UE’s transmitter is considered to be off.

param po_ulimit

numeric Range: -90 dBm to 53 dBm

set_pon_upper(pon_lower: float)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:PONupper
driver.configure.ooSync.limit.set_pon_upper(pon_lower = 1.0)

Specifies the transmitted power of the UE above which the UE’s transmitter is considered to be on.

param pon_lower

numeric Range: -70 dBm to 34 dBm

set_threshold(threshold_level: float)None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:THReshold
driver.configure.ooSync.limit.set_threshold(threshold_level = 1.0)

Specifies the reliability of results for ‘RX Level Strategy’≠’Max A off F Max’. If the UE transmitter is expected to be on and the UE power is below the limit, results are not reliable.

param threshold_level

numeric Range: -65 dB to 0 dB