Enable

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:ENABle:UL
class Enable[source]

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

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

Specifies the uplink timeslots the mobile has to use in a packet switched connection. 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: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:ENABle:UL
driver.configure.connection.pswitched.sconfig.enable.set_uplink(enable = [True, False, True])

Specifies the uplink timeslots the mobile has to use in a packet switched connection. 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.configure.connection.pswitched.sconfig.enable.clone()

Subgroups