Obw

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TSMask:OBW
FETCh:WLAN:MEASurement<Instance>:MEValuation:TSMask:OBW
class ObwCls[source]

Obw commands group definition. 8 total commands, 2 Subgroups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

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

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

fetch() ResultData[source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TSMask:OBW
value: ResultData = driver.multiEval.tsMask.obw.fetch()

Return the OBW results for SISO measurements and bandwidths with one segment.

return:

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

read() ResultData[source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TSMask:OBW
value: ResultData = driver.multiEval.tsMask.obw.read()

Return the OBW results for SISO measurements and bandwidths with one segment.

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.multiEval.tsMask.obw.clone()

Subgroups