Tch

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:RFSettings:CHCCombined:TCH:CSWitched
class Tch[source]

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

class CswitchedStruct[source]

Structure for reading output parameters. Fields:

  • Channel: int: Range: 0 to 124, 940 to 1023

  • Timeslot: int: Range: 1 to 7

  • Pcl: int: Range: 0 to 31

get_cswitched()CswitchedStruct[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:CHCCombined:TCH:CSWitched
value: CswitchedStruct = driver.configure.rfSettings.chcCombined.tch.get_cswitched()
Sets/changes the GSM channel number, timeslot, and PCL. All parameters can be changed during a connection.

INTRO_CMD_HELP: This command combines the following three commands:

  • CONFigure:GSM:SIGN<i>:RFSettings:CHANnel for carrier 1

  • method RsCmwGsmSig.Configure.Connection.Cswitched.tslot

  • method RsCmwGsmSig.Configure.RfSettings.Pcl.Tch.cswitched

The range of channel numbers depends on the selected band, for an overview see ‘GSM Bands and Channels’.

return

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

set_cswitched(value: RsCmwGsmSig.Implementations.Configure_.RfSettings_.ChcCombined_.Tch.Tch.CswitchedStruct)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:CHCCombined:TCH:CSWitched
driver.configure.rfSettings.chcCombined.tch.set_cswitched(value = CswitchedStruct())
Sets/changes the GSM channel number, timeslot, and PCL. All parameters can be changed during a connection.

INTRO_CMD_HELP: This command combines the following three commands:

  • CONFigure:GSM:SIGN<i>:RFSettings:CHANnel for carrier 1

  • method RsCmwGsmSig.Configure.Connection.Cswitched.tslot

  • method RsCmwGsmSig.Configure.RfSettings.Pcl.Tch.cswitched

The range of channel numbers depends on the selected band, for an overview see ‘GSM Bands and Channels’.

param value

see the help for CswitchedStruct structure arguments.