Enable

SCPI Commands

PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:ENABle:UL
class Enable[source]

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

get_uplink()List[bool][source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:ENABle:UL
value: List[bool] = driver.prepare.handover.pswitched.enable.get_uplink()

Specifies the uplink timeslots the mobile has to use in a packet switched connection in the destination GSM band. Timeslot 0 cannot be enabled (always OFF) .

return

enable: OFF | ON List of 8 values for timeslot 0 to 7

set_uplink(enable: List[bool])None[source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:ENABle:UL
driver.prepare.handover.pswitched.enable.set_uplink(enable = [True, False, True])

Specifies the uplink timeslots the mobile has to use in a packet switched connection in the destination GSM band. Timeslot 0 cannot be enabled (always OFF) .

param enable

OFF | ON List of 8 values for timeslot 0 to 7

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.prepare.handover.pswitched.enable.clone()

Subgroups