Combined

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:DUALband:COMBined:CS
class Combined[source]

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

class CsStruct[source]

Structure for reading output parameters. Fields:

  • Band: enums.OperBandGsm: G085 | G09 | G18 | G19 Handover destination band/network used for TCH/PDCH: GSM 850, GSM 900, GSM 1800, GSM 1900

  • Channel: int: TCH/PDCH channel in the destination GSM band 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: 512 to 885

  • Level: float: Absolute TCH/PDCH level in the destination GSM band Range: Depends on RF connector (-130 dBm to 0 dBm for RFx COM) ; please also notice the ranges quoted in the data sheet. , Unit: dBm

  • Pcl: int: PCL of the MS in the destination GSM band Range: 0 to 31

  • Timeslot: int: Timeslot for the circuit switched connection the destination GSM band Range: 1 to 7

get_cs()CsStruct[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:DUALband:COMBined:CS
value: CsStruct = driver.configure.dualBand.combined.get_cs()

Selects parameters of a handover destination and initiates a dual band GSM handover. This command executes handover even if the handover dialog is opened.

return

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

set_cs(value: RsCmwGsmSig.Implementations.Configure_.DualBand_.Combined.Combined.CsStruct)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:DUALband:COMBined:CS
driver.configure.dualBand.combined.set_cs(value = CsStruct())

Selects parameters of a handover destination and initiates a dual band GSM handover. This command executes handover even if the handover dialog is opened.

param value

see the help for CsStruct structure arguments.