Atimeout

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:CELL:ATIMeout:MTC
CONFigure:GSM:SIGNaling<Instance>:CELL:ATIMeout:MOC
class Atimeout[source]

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

get_moc()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:ATIMeout:MOC
value: int or bool = driver.configure.cell.atimeout.get_moc()

Defines the time period of R&S CMW alerting state.

return

time: 0: the alerting state is skipped 1 to 255: time period the R&S CMW waits before changes to ‘Call Established’ state Range: 0 to 255, Unit: s

get_mtc()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:ATIMeout[:MTC]
value: int or bool = driver.configure.cell.atimeout.get_mtc()

Defines the maximum time period in seconds during which the phone is ringing in the case of call to mobile (mobile terminated call) . If the call is not answered, the R&S CMW returns to the synchronized state.

return

time: Range: 1 s to 120 s, Unit: s

set_moc(time: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:ATIMeout:MOC
driver.configure.cell.atimeout.set_moc(time = 1)

Defines the time period of R&S CMW alerting state.

param time

0: the alerting state is skipped 1 to 255: time period the R&S CMW waits before changes to ‘Call Established’ state Range: 0 to 255, Unit: s

set_mtc(time: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:CELL:ATIMeout[:MTC]
driver.configure.cell.atimeout.set_mtc(time = 1)

Defines the maximum time period in seconds during which the phone is ringing in the case of call to mobile (mobile terminated call) . If the call is not answered, the R&S CMW returns to the synchronized state.

param time

Range: 1 s to 120 s, Unit: s