Current

SCPI Commands

READ:CDMA:MEASurement<Instance>:MEValuation:TRACe:OBW:CURRent
FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:OBW:CURRent
CALCulate:CDMA:MEASurement<Instance>:MEValuation:TRACe:OBW:CURRent
class Current[source]

Current commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

calculate()List[RsCmwCdma2kMeas.enums.ResultStatus2][source]
# SCPI: CALCulate:CDMA:MEASurement<Instance>:MEValuation:TRACe:OBW:CURRent
value: List[enums.ResultStatus2] = driver.multiEval.trace.obw.current.calculate()

Returns the traces of the current occupied bandwidth (OBW) . The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwCdma2kMeas.reliability.last_value to read the updated reliability indicator.

return

curr_obw: float Occupied bandwidth Range: 0 MHz to 8 MHz , Unit: Hz

fetch()List[float][source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:OBW:CURRent
value: List[float] = driver.multiEval.trace.obw.current.fetch()

Returns the traces of the current occupied bandwidth (OBW) . The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwCdma2kMeas.reliability.last_value to read the updated reliability indicator.

return

curr_obw: float Occupied bandwidth Range: 0 MHz to 8 MHz , Unit: Hz

read()List[float][source]
# SCPI: READ:CDMA:MEASurement<Instance>:MEValuation:TRACe:OBW:CURRent
value: List[float] = driver.multiEval.trace.obw.current.read()

Returns the traces of the current occupied bandwidth (OBW) . The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwCdma2kMeas.reliability.last_value to read the updated reliability indicator.

return

curr_obw: float Occupied bandwidth Range: 0 MHz to 8 MHz , Unit: Hz