Cswitched

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CELL:CSWitched:CREQuest
CONFigure:GSM:SIGNaling<Instance>:CELL:CSWitched:IARTimer
class Cswitched[source]

Cswitched commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class CrequestStruct[source]

Structure for reading output parameters. Fields:

  • Connect_Request: enums.ConnectRequest: ACCept | REJect | IGNore ACCept: accept connection REJect: reject connection IGNore: ignore first attempt, AcceptAfter parameter defines further handling

  • Accept_After: enums.AcceptAfter: AA1 | AA2 | AA3 | AA4 | AA5 | AA6 | AA7 | IALL AA1 to AA7: accept after burst 1 to 7 IALL: ignore all

get_crequest()CrequestStruct[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:CSWitched:CREQuest
value: CrequestStruct = driver.configure.cell.cswitched.get_crequest()

Specifies the handling of the MS originating CS/PS connection request.

return

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

get_iar_timer()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:CSWitched:IARTimer
value: int or bool = driver.configure.cell.cswitched.get_iar_timer()

Sets the immediate assignment reject timers for CS (T3122) / PS (T3142) .

return

value: Range: 0 s to 255 s , Unit: s

set_crequest(value: RsCmwGsmSig.Implementations.Configure_.Cell_.Cswitched.Cswitched.CrequestStruct)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:CSWitched:CREQuest
driver.configure.cell.cswitched.set_crequest(value = CrequestStruct())

Specifies the handling of the MS originating CS/PS connection request.

param value

see the help for CrequestStruct structure arguments.

set_iar_timer(value: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:CSWitched:IARTimer
driver.configure.cell.cswitched.set_iar_timer(value = 1)

Sets the immediate assignment reject timers for CS (T3122) / PS (T3142) .

param value

Range: 0 s to 255 s , Unit: s