Rtbs

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CELL:RTBS:CSWitched
class Rtbs[source]

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

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

Defines the time period after which an existing, but interrupted connection is aborted by the R&S CMW (‘Radiolink Timeout BS’) .

return

time: Number of missing SACCH blocks Range: 4 to 64

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

Defines the time period after which an existing, but interrupted connection is aborted by the R&S CMW (‘Radiolink Timeout BS’) .

param time

Number of missing SACCH blocks Range: 4 to 64