TeDistribution

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:PVTime:MIMO<n>:TEDistrib
FETCh:WLAN:MEASurement<Instance>:MEValuation:PVTime:MIMO<n>:TEDistrib
CALCulate:WLAN:MEASurement<Instance>:MEValuation:PVTime:MIMO<n>:TEDistrib
class TeDistributionCls[source]

TeDistribution commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Te_Percentage: enums.ResultStatus2: Percentage of TEs

  • Te_Outside: enums.ResultStatus2: Number of detected TEs

  • Te_Total: enums.ResultStatus2: Number of measured values

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Te_Percentage: float: Percentage of TEs

  • Te_Outside: int: Number of detected TEs

  • Te_Total: int: Number of measured values

calculate(mimo=Mimo.Default) CalculateStruct[source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:PVTime:MIMO<n>:TEDistrib
value: CalculateStruct = driver.wlanMeas.multiEval.powerVsTime.mimo.teDistribution.calculate(mimo = repcap.Mimo.Default)

Return the scalar results for timing error (TE) distribution for MIMO. The commands are only supported for OFDM standards. Exceeding the limit has no impact on the stop On Limit Failure condition or out of tolerance counter.

param mimo:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mimo’)

return:

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

fetch(mimo=Mimo.Default) ResultData[source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:PVTime:MIMO<n>:TEDistrib
value: ResultData = driver.wlanMeas.multiEval.powerVsTime.mimo.teDistribution.fetch(mimo = repcap.Mimo.Default)

Return the scalar results for timing error (TE) distribution for MIMO. The commands are only supported for OFDM standards. Exceeding the limit has no impact on the stop On Limit Failure condition or out of tolerance counter.

param mimo:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mimo’)

return:

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

read(mimo=Mimo.Default) ResultData[source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:PVTime:MIMO<n>:TEDistrib
value: ResultData = driver.wlanMeas.multiEval.powerVsTime.mimo.teDistribution.read(mimo = repcap.Mimo.Default)

Return the scalar results for timing error (TE) distribution for MIMO. The commands are only supported for OFDM standards. Exceeding the limit has no impact on the stop On Limit Failure condition or out of tolerance counter.

param mimo:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mimo’)

return:

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