Level

SCPI Commands

PREPare:GSM:SIGNaling<Instance>:HANDover:LEVel:TCH
class Level[source]

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

get_tch()float[source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:LEVel:TCH
value: float = driver.prepare.handover.level.get_tch()

Defines the absolute TCH/PDCH level in the destination GSM band.

return

level: Range: Depending on RF connector (-130 dBm to 0 dBm for RFx COM) ; please also notice the ranges quoted in the data sheet. , Unit: dBm

set_tch(level: float)None[source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:LEVel:TCH
driver.prepare.handover.level.set_tch(level = 1.0)

Defines the absolute TCH/PDCH level in the destination GSM band.

param level

Range: Depending on RF connector (-130 dBm to 0 dBm for RFx COM) ; please also notice the ranges quoted in the data sheet. , Unit: dBm