Carrier<Carrier>

RepCap Settings

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

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:COMBined: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

class CarrierStruct[source]

Structure for setting input parameters. Fields:

  • Enable_Dl: List[bool]: OFF | ON List of 8 values for downlink slot 0 to 7, specifying for each slot whether the MS has to listen to a signal in the slot. Timeslot 0 cannot be enabled (always OFF) .

  • Level_Dl: List[float or bool]: ON | OFF List of 8 signal levels for downlink slot 0 to 7, defining the downlink signal level relative to the reference level Option R&S CMW-KS210 is required to modify this setting. Without the option, only KEEP is allowed. Range: -40 dB to 0 dB, Unit: dB Additional parameters: OFF | ON (disables | enables DL signal transmission using the previous/default power values)

  • Coding_Scheme_Dl: List[enums.CodingSchemeDownlink]: C1 | C2 | C3 | C4 | MC1 | MC2 | MC3 | MC4 | MC5 | MC6 | MC7 | MC8 | MC9 | DA5 | DA6 | DA7 | DA8 | DA9 | DA10 | DA11 | DA12 List of 8 coding schemes for downlink slot 0 to 7. All 8 values must be identical. In the current software version, the same value applies to all downlink slots and to both carriers. The value must be compatible to the configured TBF level, see [CMDLINK: CONFigure:GSM:SIGNi:CONNection:PSWitched:TLEVel CMDLINK]. C1 to C4: CS-1 to CS-4 MC1 to MC9: MCS-1 to MCS-9 DA5 to DA12: DAS-5 to DAS-12

  • Enable_Ul: List[bool]: OFF | ON List of 8 values enabling/disabling uplink slot 0 to 7 Timeslot 0 cannot be enabled (always OFF) .

  • Gamma_Ul: List[int]: List of 8 gamma values for uplink slot 0 to 7, specifying the power control parameter ΓCH Range: 0 to 31

  • Coding_Scheme_Ul: enums.CodingSchemeUplink: C1 | C2 | C3 | C4 | MC1 | MC2 | MC3 | MC4 | MC5 | MC6 | MC7 | MC8 | MC9 | UA7 | UA8 | UA9 | UA10 | UA11 Coding scheme for uplink packet data channels. The value must be compatible to the configured TBF level, see [CMDLINK: CONFigure:GSM:SIGNi:CONNection:PSWitched:TLEVel CMDLINK]. C1 to C4: CS-1 to CS-4 MC1 to MC9: MCS-1 to MCS-9 UA7 to UA11: UAS-7 to UAS-11

  • Channel: int: GSM channel number for TCH and PDCH. The range of values depends on the selected band; for an overview see ‘GSM Bands and Channels’. The values below are for GSM 900. Range: 1 to 124, 940 to 1023

get(carrier=<Carrier.Default: -1>)CarrierStruct[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:COMBined:CARRier<Carrier>
value: CarrierStruct = driver.configure.connection.pswitched.sconfig.combined.carrier.get(carrier = repcap.Carrier.Default)

Specifies most slot configuration parameters and some other important packet switched connection parameters. This command is especially useful for consistent and efficient reconfiguration in state ‘TBF Established’. It combines several alternative commands into a single command.

param carrier

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

return

structure: for return value, see the help for CarrierStruct structure arguments.

set(structure: RsCmwGsmSig.Implementations.Configure_.Connection_.Pswitched_.Sconfig_.Combined_.Carrier.Carrier.CarrierStruct, carrier=<Carrier.Default: -1>)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CONNection:PSWitched:SCONfig:COMBined:CARRier<Carrier>
driver.configure.connection.pswitched.sconfig.combined.carrier.set(value = [PROPERTY_STRUCT_NAME](), carrier = repcap.Carrier.Default)

Specifies most slot configuration parameters and some other important packet switched connection parameters. This command is especially useful for consistent and efficient reconfiguration in state ‘TBF Established’. It combines several alternative commands into a single command.

param structure

for set value, see the help for CarrierStruct structure arguments.

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.combined.carrier.clone()