Carrier

SCPI Commands

READ:GSM:SIGNaling<Instance>:BER:PSWitched:CARRier<Const_Carrier>
FETCh:GSM:SIGNaling<Instance>:BER:PSWitched:CARRier<Const_Carrier>
class Carrier[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability Indicator’

  • Frames: List[int]: No parameter help available

  • Frames_All: int: decimal Total number of already transmitted blocks Range: 0 to 500E+3

  • Ber: List[float]: No parameter help available

  • Berall: float: float BER result as weighted average over all timeslots Range: 0 % to 100 %, Unit: %

  • Dbler: List[float]: No parameter help available

  • Dbler_All: float: float DBLER result as weighted average over all timeslots Range: 0 % to 100 %, Unit: %

  • Usf_Bler: List[float]: No parameter help available

  • Usf_Bler_All: float: float USF BLER result as weighted average over all timeslots Range: 0 % to 100 %, Unit: %

  • False_Usf_Det: List[float]: No parameter help available

  • False_Usf_Det_All: float: No parameter help available

  • Non_Assigned_Usf: List[int]: No parameter help available

  • Non_Assign_Usfa_Ll: int: No parameter help available

  • Crc_Errors: List[float]: No parameter help available

  • Crc_Errors_All: float: float CRC error result as weighted average over all timeslots Range: 0 to 500E+3

fetch()ResultData[source]
# SCPI: FETCh:GSM:SIGNaling<Instance>:BER:PSWitched:CARRier<Carrier>
value: ResultData = driver.ber.pswitched.carrier.fetch()

Returns the results of the BER PS measurement. For details concerning the results, see ‘BER PS Measurement’.

return

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

read()ResultData[source]
# SCPI: READ:GSM:SIGNaling<Instance>:BER:PSWitched:CARRier<Carrier>
value: ResultData = driver.ber.pswitched.carrier.read()

Returns the results of the BER PS measurement. For details concerning the results, see ‘BER PS Measurement’.

return

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