Cscheme

SCPI Commands

PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:CSCHeme:UL
class Cscheme[source]

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

get_uplink()RsCmwGsmSig.enums.UplinkCodingScheme[source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:CSCHeme:UL
value: enums.UplinkCodingScheme = driver.prepare.handover.pswitched.cscheme.get_uplink()

Specifies the coding scheme for all uplink timeslots in the destination GSM band (packet switched domain, one value) . The selected values must be compatible to the configured TBF level, see method RsCmwGsmSig.Configure.Connection.Pswitched. tlevel.

return

coding_scheme: C1 | C2 | C3 | C4 | MC1 | MC2 | MC3 | MC4 | MC5 | MC6 | MC7 | MC8 | MC9 | UA7 | UA8 | UA9 | UA10 | UA11 | ON | OFF Coding scheme for all UL slots C1 to C4: CS-1 to CS-4 MC1 to MC9: MCS-1 to MCS-9 UA7 to UA11: UAS-7 to UAS-9 OFF (ON) disables (enables) the coding scheme

set_uplink(coding_scheme: RsCmwGsmSig.enums.UplinkCodingScheme)None[source]
# SCPI: PREPare:GSM:SIGNaling<Instance>:HANDover:PSWitched:CSCHeme:UL
driver.prepare.handover.pswitched.cscheme.set_uplink(coding_scheme = enums.UplinkCodingScheme.C1)

Specifies the coding scheme for all uplink timeslots in the destination GSM band (packet switched domain, one value) . The selected values must be compatible to the configured TBF level, see method RsCmwGsmSig.Configure.Connection.Pswitched. tlevel.

param coding_scheme

C1 | C2 | C3 | C4 | MC1 | MC2 | MC3 | MC4 | MC5 | MC6 | MC7 | MC8 | MC9 | UA7 | UA8 | UA9 | UA10 | UA11 | ON | OFF Coding scheme for all UL slots C1 to C4: CS-1 to CS-4 MC1 to MC9: MCS-1 to MCS-9 UA7 to UA11: UAS-7 to UAS-9 OFF (ON) disables (enables) the coding scheme

Cloning the Group

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

Subgroups