Cswitched

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:TOUT
CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:MMODe
CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:SCONdition
CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:SCOunt
CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:RTDelay
class Cswitched[source]

Cswitched commands group definition. 11 total commands, 1 Sub-groups, 5 group commands

class RtDelayStruct[source]

Structure for reading output parameters. Fields:

  • Mode: enums.AutoManualMode: AUTO | MANual AUTO: number of bursts set automatically MAN: number of bursts specified manually

  • Bursts: int: Round-trip delay Range: 0 to 24, Unit: burst

get_mmode()RsCmwGsmSig.enums.BerCsMeasMode[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:MMODe
value: enums.BerCsMeasMode = driver.configure.ber.cswitched.get_mmode()

Selects the measurement mode of the BER CS measurement. For a detailed description of the modes, see ‘BER CS Measurement’.

return

mode: BBBurst | BER | RFER | FFACch | FSACch | RUFR | AIFer | MBEP | SQUality | BFI BBBurst: ‘Burst by Burst’ mode BER: ‘BER’ mode RFER: ‘RBER/FER’ mode FFACch: ‘FER FACCH’ mode FSACch: ‘FER SACCH’ mode RUFR: ‘RBER/UFR’ mode AIFer: ‘AMR Inband FER’ mode MBEP: ‘Mean BEP’ mode SQUality: ‘Signal Quality’ mode BFI: ‘Bad Frame Indication’ mode

get_rt_delay()RtDelayStruct[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:RTDelay
value: RtDelayStruct = driver.configure.ber.cswitched.get_rt_delay()

Specifies the number of bursts used as the round-trip delay.

return

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

get_scondition()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:SCONdition
value: int = driver.configure.ber.cswitched.get_scondition()

Qualifies whether the measurement is stopped after a failed limit check or continued. When the measurement is stopped, it reaches the RDY state.

return

condition: NONE | FLIMit NONE: Continue measurement irrespective of the limit check FLIMit: Stop measurement on first limit failure

get_scount()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:SCOunt
value: int = driver.configure.ber.cswitched.get_scount()

Defines the number of bursts or speech frames to be transmitted per measurement cycle (statistics cycle) .

return

frames: Range: 1 to 500E+3

get_timeout()float[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:TOUT
value: float = driver.configure.ber.cswitched.get_timeout()

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

return

timeout: Unit: s

set_mmode(mode: RsCmwGsmSig.enums.BerCsMeasMode)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:MMODe
driver.configure.ber.cswitched.set_mmode(mode = enums.BerCsMeasMode.AIFer)

Selects the measurement mode of the BER CS measurement. For a detailed description of the modes, see ‘BER CS Measurement’.

param mode

BBBurst | BER | RFER | FFACch | FSACch | RUFR | AIFer | MBEP | SQUality | BFI BBBurst: ‘Burst by Burst’ mode BER: ‘BER’ mode RFER: ‘RBER/FER’ mode FFACch: ‘FER FACCH’ mode FSACch: ‘FER SACCH’ mode RUFR: ‘RBER/UFR’ mode AIFer: ‘AMR Inband FER’ mode MBEP: ‘Mean BEP’ mode SQUality: ‘Signal Quality’ mode BFI: ‘Bad Frame Indication’ mode

set_rt_delay(value: RsCmwGsmSig.Implementations.Configure_.Ber_.Cswitched.Cswitched.RtDelayStruct)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:RTDelay
driver.configure.ber.cswitched.set_rt_delay(value = RtDelayStruct())

Specifies the number of bursts used as the round-trip delay.

param value

see the help for RtDelayStruct structure arguments.

set_scondition(condition: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:SCONdition
driver.configure.ber.cswitched.set_scondition(condition = 1)

Qualifies whether the measurement is stopped after a failed limit check or continued. When the measurement is stopped, it reaches the RDY state.

param condition

NONE | FLIMit NONE: Continue measurement irrespective of the limit check FLIMit: Stop measurement on first limit failure

set_scount(frames: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:SCOunt
driver.configure.ber.cswitched.set_scount(frames = 1)

Defines the number of bursts or speech frames to be transmitted per measurement cycle (statistics cycle) .

param frames

Range: 1 to 500E+3

set_timeout(timeout: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:TOUT
driver.configure.ber.cswitched.set_timeout(timeout = 1.0)

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually ([ON | OFF] key or [RESTART | STOP] key) . When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

param timeout

Unit: s

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.ber.cswitched.clone()

Subgroups