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: ‘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.wlanMeas.multiEval.tsMask.obw.mimo.segments.fetch(mimo = repcap.Mimo.Default)
Return the OBW results for MIMO measurements, antenna number <n>, bandwidths > 160 MHz. The results are available for the left 160 MHz segment <1> and for the right 160 MHz segment <2>.
- 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.wlanMeas.multiEval.tsMask.obw.mimo.segments.read(mimo = repcap.Mimo.Default)
Return the OBW results for MIMO measurements, antenna number <n>, bandwidths > 160 MHz. The results are available for the left 160 MHz segment <1> and for the right 160 MHz segment <2>.
- 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.