PowerVsTime

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:PVTime:GPLevel
class PowerVsTime[source]

PowerVsTime commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

get_gp_level()float[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:PVTime:GPLevel
value: float or bool = driver.configure.multiEval.limit.powerVsTime.get_gp_level()

Defines the raising of the upper limit line in the guard period between two consecutive bursts.

return

guard_period_lev: numeric | ON | OFF Range: 0 dB to 10 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit)

set_gp_level(guard_period_lev: float)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:PVTime:GPLevel
driver.configure.multiEval.limit.powerVsTime.set_gp_level(guard_period_lev = 1.0)

Defines the raising of the upper limit line in the guard period between two consecutive bursts.

param guard_period_lev

numeric | ON | OFF Range: 0 dB to 10 dB, Unit: dB Additional parameters: OFF | ON (disables | enables the limit)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.multiEval.limit.powerVsTime.clone()

Subgroups