Level

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:CARRier:LEVel:ABSolute
CONFigure:EVDO:SIGNaling<Instance>:CARRier:LEVel:RELative
class Level[source]

Level commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_absolute()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CARRier:LEVel:ABSolute
value: int = driver.configure.carrier.level.get_absolute()

Sets/gets the absolute 1xEV-DO power level for a carrier. Preselect the related carrier using the method RsCmwEvdoSig. Configure.Carrier.setting command. While the query can be executed for all carriers, setting the power level is only possible for carrier 0. The power level of carriers 1 and 2 are specified via their level relative to carrier 0 - implicitly determining the absolute levels.

return

level_absolute: Range: -180 dBm to 90 dBm, Unit: dBm

get_relative()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CARRier:LEVel:RELative
value: int = driver.configure.carrier.level.get_relative()

Sets/gets the relative 1xEV-DO power for a carrier in the sector implemented by the signaling application. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. While the query can be executed for all carriers (with return value 0 for carrier 0) , setting the relative 1xEV-DO power is only possible for carriers 1 and 2.

return

level_relative: The level is relative to the main carrier’s absolute power. Range: -20 dB to 0 dB, Unit: dB

set_absolute(level_absolute: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CARRier:LEVel:ABSolute
driver.configure.carrier.level.set_absolute(level_absolute = 1)

Sets/gets the absolute 1xEV-DO power level for a carrier. Preselect the related carrier using the method RsCmwEvdoSig. Configure.Carrier.setting command. While the query can be executed for all carriers, setting the power level is only possible for carrier 0. The power level of carriers 1 and 2 are specified via their level relative to carrier 0 - implicitly determining the absolute levels.

param level_absolute

Range: -180 dBm to 90 dBm, Unit: dBm

set_relative(level_relative: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:CARRier:LEVel:RELative
driver.configure.carrier.level.set_relative(level_relative = 1)

Sets/gets the relative 1xEV-DO power for a carrier in the sector implemented by the signaling application. Preselect the related carrier using the method RsCmwEvdoSig.Configure.Carrier.setting command. While the query can be executed for all carriers (with return value 0 for carrier 0) , setting the relative 1xEV-DO power is only possible for carriers 1 and 2.

param level_relative

The level is relative to the main carrier’s absolute power. Range: -20 dB to 0 dB, Unit: dB