Carrier<Carrier>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.configure.connection.pswitched.sconfig.enable.downlink.carrier.repcap_carrier_get()
driver.configure.connection.pswitched.sconfig.enable.downlink.carrier.repcap_carrier_set(repcap.Carrier.Nr1)

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:ENABle:DL:CARRier<Carrier>
class Carrier[source]

Carrier commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: Carrier, default value after init: Carrier.Nr1

get(carrier=<Carrier.Default: -1>)List[bool][source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:ENABle:DL:CARRier<Carrier>
value: List[bool] = driver.configure.connection.pswitched.sconfig.enable.downlink.carrier.get(carrier = repcap.Carrier.Default)

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

param carrier

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)

return

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

set(enable: List[bool], carrier=<Carrier.Default: -1>)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:ENABle:DL:CARRier<Carrier>
driver.configure.connection.pswitched.sconfig.enable.downlink.carrier.set(enable = [True, False, True], carrier = repcap.Carrier.Default)

Specifies the downlink 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

param carrier

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.pswitched.sconfig.enable.downlink.carrier.clone()