UdCycle

SCPI Commands

PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:UDCYcle:DL
class UdCycle[source]

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

get_downlink()List[int][source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:UDCYcle:DL
value: List[int] = driver.prepare.handover.pswitched.udCycle.get_downlink()

Percentage of downlink GPRS radio blocks containing the USF to be assigned to the MS in the handover destination. In sum, eight values are specified (slot 0 to slot 7) .

return

assigned: Range: 0 % to 100 %, Unit: %

set_downlink(assigned: List[int])None[source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:UDCYcle:DL
driver.prepare.handover.pswitched.udCycle.set_downlink(assigned = [1, 2, 3])

Percentage of downlink GPRS radio blocks containing the USF to be assigned to the MS in the handover destination. In sum, eight values are specified (slot 0 to slot 7) .

param assigned

Range: 0 % to 100 %, Unit: %