Limit

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:BER
CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:CIIBits
CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:CIBBits
CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:FER
CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:FFACch
CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:FSACch
class Limit[source]

Limit commands group definition. 6 total commands, 0 Sub-groups, 6 group commands

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

Specifies an upper limit for the BER results of the BER CS measurement in burst by burst mode. If you set the limit via this command, a coupling to the class II bits limit is removed. The coupling can only be enabled via the GUI.

return

limit: Range: 0 % to 100 %, Unit: %

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

Specifies upper limits for the BER and RBER class Ib bit results of the BER CS measurement.

return

class_ib_bits: Range: 0 % to 100 %, Unit: %

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

Specifies upper limits for the BER and RBER class II bit results of the BER CS measurement. A limit for the burst by burst mode can be set separately, see method RsCmwGsmSig.Configure.Ber.Cswitched.Limit.ber.

return

class_2_bits: Range: 0 % to 100 %, Unit: %

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

Specifies an upper limit for the FER results of the BER CS measurement in mode ‘RBER/FER’ and ‘AMR Inband FER’.

return

fer: Range: 0 % to 100 %, Unit: %

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

Specifies an upper limit for the frame error rate (FER) results of the BER CS measurement in the measurement modes FER FACCH and FER SACCH.

return

fer_facch: No help available

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

Specifies an upper limit for the frame error rate (FER) results of the BER CS measurement in the measurement modes FER FACCH and FER SACCH.

return

fer_sacch: Range: 0 % to 100 %, Unit: %

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

Specifies an upper limit for the BER results of the BER CS measurement in burst by burst mode. If you set the limit via this command, a coupling to the class II bits limit is removed. The coupling can only be enabled via the GUI.

param limit

Range: 0 % to 100 %, Unit: %

set_cib_bits(class_ib_bits: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:CIBBits
driver.configure.ber.cswitched.limit.set_cib_bits(class_ib_bits = 1.0)

Specifies upper limits for the BER and RBER class Ib bit results of the BER CS measurement.

param class_ib_bits

Range: 0 % to 100 %, Unit: %

set_cii_bits(class_2_bits: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:CIIBits
driver.configure.ber.cswitched.limit.set_cii_bits(class_2_bits = 1.0)

Specifies upper limits for the BER and RBER class II bit results of the BER CS measurement. A limit for the burst by burst mode can be set separately, see method RsCmwGsmSig.Configure.Ber.Cswitched.Limit.ber.

param class_2_bits

Range: 0 % to 100 %, Unit: %

set_fer(fer: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:FER
driver.configure.ber.cswitched.limit.set_fer(fer = 1.0)

Specifies an upper limit for the FER results of the BER CS measurement in mode ‘RBER/FER’ and ‘AMR Inband FER’.

param fer

Range: 0 % to 100 %, Unit: %

set_ffacch(fer_facch: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:FFACch
driver.configure.ber.cswitched.limit.set_ffacch(fer_facch = 1.0)

Specifies an upper limit for the frame error rate (FER) results of the BER CS measurement in the measurement modes FER FACCH and FER SACCH.

param fer_facch

Range: 0 % to 100 %, Unit: %

set_fsacch(fer_sacch: float)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:BER:CSWitched:LIMit:FSACch
driver.configure.ber.cswitched.limit.set_fsacch(fer_sacch = 1.0)

Specifies an upper limit for the frame error rate (FER) results of the BER CS measurement in the measurement modes FER FACCH and FER SACCH.

param fer_sacch

Range: 0 % to 100 %, Unit: %