MsFrames

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:HCQI:CARRier<Carrier>:MSFRames
READ:WCDMa:SIGNaling<Instance>:HCQI:CARRier<Carrier>:MSFRames
class MsFrames[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Median_Cqim_1: int: The number of subframes with ACK and NACK responses measured at median CQI - 1 in the third stage of measurement (AWGN test case only) Range: 0 to 1E+6

  • Median_Cqi: int: The number of subframes with ACK and NACK responses measured at median CQI in the second stage of measurement (AWGN and fading test cases) Range: 0 to 1E+6

  • Median_Cqip_2: int: The number of subframes with ACK and NACK responses measured at median CQI + 2 in the third stage of measurement (AWGN test case only) Range: 0 to 1E+6

  • Median_Cqip_3: int: The number of subframes with ACK and NACK responses measured at median CQI + 3 in the second stage of measurement (Fading test case only) Range: 0 to 1E+6

fetch()ResultData[source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:HCQI:CARRier<carrier>:MSFRames
value: ResultData = driver.hcqi.carrier.msFrames.fetch()

Returns the number of subframes measured during the second and third stage of HSDPA CQI measurement to calculate BLER and DTX. As indicated in the parameter descriptions below, each test case provides valid results for a subset of the parameters only. For the other parameters NCAP is returned.

Global Repeated Capabilities: repcap.Carrier
return

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

read()ResultData[source]
# SCPI: READ:WCDMa:SIGNaling<instance>:HCQI:CARRier<carrier>:MSFRames
value: ResultData = driver.hcqi.carrier.msFrames.read()

Returns the number of subframes measured during the second and third stage of HSDPA CQI measurement to calculate BLER and DTX. As indicated in the parameter descriptions below, each test case provides valid results for a subset of the parameters only. For the other parameters NCAP is returned.

Global Repeated Capabilities: repcap.Carrier
return

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