Enhanced

SCPI Commands

FETCh:INTermediate:GSM:SIGNaling<Instance>:BER:PSWitched:MBEP:ENHanced
class Enhanced[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability Indicator’ Zero reliability indicator indicates that the results in all measured segments are valid. A non-zero value indicates that an error occurred in at least one of the measured segments.

  • Number_Of_Results: int: decimal Total number of segments to be displayed Range: 0 to 10

  • Seg_Reliability: List[int]: decimal Reliability indicator for the segment. The meaning of the returned values is the same as for the common reliability indicator, see Reliability parameter.

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

  • Cv_Bep_Gmsk: List[int]: decimal Coefficient of variation of BEP (GMSK) as dimensionless index Range: 0 to 7

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

  • Cv_Bep_8_Psk: List[int]: decimal Coefficient of variation of BEP (8PSK) as dimensionless index Range: 0 to 7

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

  • Cv_Bep_Qpsk: List[int]: decimal Coefficient of variation of BEP (QPSK) as dimensionless index Range: 0 to 7

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

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

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

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

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

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

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

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

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

  • Ber: List[float]: float Overall BER result from the start of the measurement Range: 0 % to 100 %, Unit: %

fetch()FetchStruct[source]
# SCPI: FETCh:INTermediate:GSM:SIGNaling<Instance>:BER:PSWitched:MBEP:ENHanced
value: FetchStruct = driver.intermediate.ber.pswitched.mbep.enhanced.fetch()

Returns the intermediate results of the BER PS measurement for enhanced mean BEP measurement (TBF level EGPRS2-A) in ‘Mean BEP’ mode. Results return as follows: <Reliability>, <NoOfResults>, {<SegReliability>, <MeanBEP_GMSK>, <CV_BEP_GMSK>, <MeanBEP_8PSK>, <CV_BEP_8PSK>, <MeanBEP_QPSK>, <CV_BEP_QPSK>, <MeanBEP_16QAM>, <CV_BEP_16QAM>, <MeanBEP_32QAM>, <CV_BEP_32QAM>, <MBEP_16QAM_HSR>, <CBEP_16QAM_HSR>, <MBEP_32QAM_HSR>, <CBEP_32QAM_HSR>, <TDMA_FrameNr>, <BER>}segment 1, {…}seg. 2, …, {…}<NoOfResults> For the details of measure modes and results, see ‘BER PS Measurement’.

return

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