Segments

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TSMask:OBW:MIMO<n>:SEGMents
FETCh:WLAN:MEASurement<Instance>:MEValuation:TSMask:OBW:MIMO<n>:SEGMents
class SegmentsCls[source]

Segments commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

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

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

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

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

fetch(mimo=Mimo.Default) ResultData[source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TSMask:OBW:MIMO<n>:SEGMents
value: ResultData = driver.multiEval.tsMask.obw.mimo.segments.fetch(mimo = repcap.Mimo.Default)

Return the OBW results for MIMO measurements, antenna number <n>, bandwidths with two segments (80+80) .

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:TSMask:OBW:MIMO<n>:SEGMents
value: ResultData = driver.multiEval.tsMask.obw.mimo.segments.read(mimo = repcap.Mimo.Default)

Return the OBW results for MIMO measurements, antenna number <n>, bandwidths with two segments (80+80) .

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.