Current

SCPI Commands

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

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

calculate(obw=<Obw.Default: -1>)List[RsCmwEvdoMeas.enums.ResultStatus2][source]
# SCPI: CALCulate:EVDO:MEASurement<instance>:MEValuation:TRACe:OBW<Number>:CURRent
value: List[enums.ResultStatus2] = driver.multiEval.trace.obw.current.calculate(obw = repcap.Obw.Default)

For the carrier or carrier group addressed by the <Number> suffix, returns the lower and upper edge of the occupied bandwidth (OBW) . For single-carrier configurations (i.e. only carrier 0 is active) the <Number> suffix can be omitted to obtain the OBW results. For multi-carrier configurations the <Number> suffixes are used as follows:

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • For an active and isolated carrier i, use <Number> = i+1 to get its OBW results (i = 0, 1, 2)

  • Use <Number> = 4 to display the OBW results of the ‘Overall Carrier’

  • If all active carriers are adjacent, use <Number>=4 to get the group (overall) OBW results

  • If three carriers are active and exactly two carriers i,j with 0≤i<j≤2 are adjacent, use <Number> = i+1 for the joint OBW results of adjacent carriers.

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 RsCmwEvdoMeas.reliability.last_value to read the updated reliability indicator.

param obw

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

return

curr_obw: No help available

fetch(obw=<Obw.Default: -1>)List[float][source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:TRACe:OBW<Number>:CURRent
value: List[float] = driver.multiEval.trace.obw.current.fetch(obw = repcap.Obw.Default)

For the carrier or carrier group addressed by the <Number> suffix, returns the lower and upper edge of the occupied bandwidth (OBW) . For single-carrier configurations (i.e. only carrier 0 is active) the <Number> suffix can be omitted to obtain the OBW results. For multi-carrier configurations the <Number> suffixes are used as follows:

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • For an active and isolated carrier i, use <Number> = i+1 to get its OBW results (i = 0, 1, 2)

  • Use <Number> = 4 to display the OBW results of the ‘Overall Carrier’

  • If all active carriers are adjacent, use <Number>=4 to get the group (overall) OBW results

  • If three carriers are active and exactly two carriers i,j with 0≤i<j≤2 are adjacent, use <Number> = i+1 for the joint OBW results of adjacent carriers.

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 RsCmwEvdoMeas.reliability.last_value to read the updated reliability indicator.

param obw

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

return

curr_obw: No help available

read(obw=<Obw.Default: -1>)List[float][source]
# SCPI: READ:EVDO:MEASurement<instance>:MEValuation:TRACe:OBW<Number>:CURRent
value: List[float] = driver.multiEval.trace.obw.current.read(obw = repcap.Obw.Default)

For the carrier or carrier group addressed by the <Number> suffix, returns the lower and upper edge of the occupied bandwidth (OBW) . For single-carrier configurations (i.e. only carrier 0 is active) the <Number> suffix can be omitted to obtain the OBW results. For multi-carrier configurations the <Number> suffixes are used as follows:

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

  • For an active and isolated carrier i, use <Number> = i+1 to get its OBW results (i = 0, 1, 2)

  • Use <Number> = 4 to display the OBW results of the ‘Overall Carrier’

  • If all active carriers are adjacent, use <Number>=4 to get the group (overall) OBW results

  • If three carriers are active and exactly two carriers i,j with 0≤i<j≤2 are adjacent, use <Number> = i+1 for the joint OBW results of adjacent carriers.

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 RsCmwEvdoMeas.reliability.last_value to read the updated reliability indicator.

param obw

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

return

curr_obw: No help available