Carrier<Carrier>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.prepare.handover.pswitched.cscheme.downlink.carrier.repcap_carrier_get()
driver.prepare.handover.pswitched.cscheme.downlink.carrier.repcap_carrier_set(repcap.Carrier.Nr1)

SCPI Commands

PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:CSCHeme: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[RsCmwGsmSig.enums.DownlinkCodingScheme][source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:CSCHeme:DL:CARRier<Carrier>
value: List[enums.DownlinkCodingScheme] = driver.prepare.handover.pswitched.cscheme.downlink.carrier.get(carrier = repcap.Carrier.Default)

Selects the coding schemes for all downlink timeslots in the destination GSM band (packet switched domain) . The selected values must be compatible to the configured TBF level, see method RsCmwGsmSig.Configure.Connection.Pswitched.tlevel. In the current software version, the same value applies to all downlink slots and to both carriers. You cannot set different values.

param carrier

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

return

coding_scheme: C1 | C2 | C3 | C4 | MC1 | MC2 | MC3 | MC4 | MC5 | MC6 | MC7 | MC8 | MC9 | DA5 | DA6 | DA7 | DA8 | DA9 | DA10 | DA11 | DA12 | ON | OFF List of 8 coding schemes for slot 0 to 7. All 8 values must be identical. C1 to C4: CS-1 to CS-4 MC1 to MC9: MCS-1 to MCS-9 DA5 to DA12: DAS-5 to DAS-12 OFF (ON) disables (enables) the coding scheme

set(coding_scheme: List[RsCmwGsmSig.enums.DownlinkCodingScheme], carrier=<Carrier.Default: -1>)None[source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:CSCHeme:DL:CARRier<Carrier>
driver.prepare.handover.pswitched.cscheme.downlink.carrier.set(coding_scheme = [DownlinkCodingScheme.C1, DownlinkCodingScheme.ON], carrier = repcap.Carrier.Default)

Selects the coding schemes for all downlink timeslots in the destination GSM band (packet switched domain) . The selected values must be compatible to the configured TBF level, see method RsCmwGsmSig.Configure.Connection.Pswitched.tlevel. In the current software version, the same value applies to all downlink slots and to both carriers. You cannot set different values.

param coding_scheme

C1 | C2 | C3 | C4 | MC1 | MC2 | MC3 | MC4 | MC5 | MC6 | MC7 | MC8 | MC9 | DA5 | DA6 | DA7 | DA8 | DA9 | DA10 | DA11 | DA12 | ON | OFF List of 8 coding schemes for slot 0 to 7. All 8 values must be identical. C1 to C4: CS-1 to CS-4 MC1 to MC9: MCS-1 to MCS-9 DA5 to DA12: DAS-5 to DAS-12 OFF (ON) disables (enables) the coding scheme

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.prepare.handover.pswitched.cscheme.downlink.carrier.clone()