Rtms

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CELL:RTMS:CSWitched
class Rtms[source]

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

get_cswitched()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:RTMS[:CSWitched]
value: int = driver.configure.cell.rtms.get_cswitched()

Defines the time period after which a previously established but interrupted connection is dropped by the mobile station (‘Radiolink Timeout MS’) .

return

time: Number of missing SACCH blocks, only multiples of 4 are allowed (rounded automatically) Range: 4 to 64

set_cswitched(time: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:RTMS[:CSWitched]
driver.configure.cell.rtms.set_cswitched(time = 1)

Defines the time period after which a previously established but interrupted connection is dropped by the mobile station (‘Radiolink Timeout MS’) .

param time

Number of missing SACCH blocks, only multiples of 4 are allowed (rounded automatically) Range: 4 to 64