Gamma

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:GAMMa:UL
class Gamma[source]

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

get_uplink()List[int][source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:GAMMa:UL
value: List[int] = driver.configure.connection.pswitched.sconfig.gamma.get_uplink()

Specifies the power control parameter ΓCH per UL timeslot.

return

gamma: List of 8 gamma values for slot 0 to 7 Range: 0 to 31

set_uplink(gamma: List[int])None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:GAMMa:UL
driver.configure.connection.pswitched.sconfig.gamma.set_uplink(gamma = [1, 2, 3])

Specifies the power control parameter ΓCH per UL timeslot.

param gamma

List of 8 gamma values for slot 0 to 7 Range: 0 to 31