Cscheme

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:CSCHeme:UL
class Cscheme[source]

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

get_uplink()RsCmwGsmSig.enums.CodingSchemeUplink[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:CSCHeme:UL
value: enums.CodingSchemeUplink = driver.configure.connection.pswitched.cscheme.get_uplink()

Selects the coding scheme for uplink packet data channels. The selected value must be compatible to the configured set of modulation and coding schemes, see method RsCmwGsmSig.Configure.Connection.Pswitched.tlevel.

return

cscheme: C1 | C2 | C3 | C4 | MC1 | MC2 | MC3 | MC4 | MC5 | MC6 | MC7 | MC8 | MC9 | UA7 | UA8 | UA9 | UA10 | UA11 C1 to C4: CS-1 to CS-4 MC1 to MC9: MCS-1 to MCS-9 UA7 to UA11: UAS-7 to UAS-11

set_uplink(cscheme: RsCmwGsmSig.enums.CodingSchemeUplink)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:CSCHeme:UL
driver.configure.connection.pswitched.cscheme.set_uplink(cscheme = enums.CodingSchemeUplink.C1)

Selects the coding scheme for uplink packet data channels. The selected value must be compatible to the configured set of modulation and coding schemes, see method RsCmwGsmSig.Configure.Connection.Pswitched.tlevel.

param cscheme

C1 | C2 | C3 | C4 | MC1 | MC2 | MC3 | MC4 | MC5 | MC6 | MC7 | MC8 | MC9 | UA7 | UA8 | UA9 | UA10 | UA11 C1 to C4: CS-1 to CS-4 MC1 to MC9: MCS-1 to MCS-9 UA7 to UA11: UAS-7 to UAS-11