Current

SCPI Commands :

READ:NRSub:MEASurement<Instance>:TPC:TRACe:PSTeps:CURRent
FETCh:NRSub:MEASurement<Instance>:TPC:TRACe:PSTeps:CURRent
CALCulate:NRSub:MEASurement<Instance>:TPC:TRACe:PSTeps:CURRent
Commands in total: 3
Subgroups: 0
Direct child commands: 3
calculate() List[ResultStatus2][source]
# CALCulate:NRSub:MEASurement<Instance>:TPC:TRACe:PSTeps:CURRent
value: List[enums.ResultStatus2] = driver.nrSubMeas.tpc.trace.psteps.current.calculate()

Returns the contents of the power step vs subframe diagram. See also ‘Lower diagram’. The values described below are returned by FETCh and READ commands. A CALCulate command returns limit check results instead, one value for each result listed below.

Suppressed linked return values: reliability

Returns:

power_step: Comma-separated list of relative power values, one value per power step. The number of power steps equals the number of UL subframes minus 1.

fetch() List[float][source]
# FETCh:NRSub:MEASurement<Instance>:TPC:TRACe:PSTeps:CURRent
value: List[float] = driver.nrSubMeas.tpc.trace.psteps.current.fetch()

Returns the contents of the power step vs subframe diagram. See also ‘Lower diagram’. The values described below are returned by FETCh and READ commands. A CALCulate command returns limit check results instead, one value for each result listed below.

Suppressed linked return values: reliability

Returns:

power_step: Comma-separated list of relative power values, one value per power step. The number of power steps equals the number of UL subframes minus 1.

read() List[float][source]
# READ:NRSub:MEASurement<Instance>:TPC:TRACe:PSTeps:CURRent
value: List[float] = driver.nrSubMeas.tpc.trace.psteps.current.read()

Returns the contents of the power step vs subframe diagram. See also ‘Lower diagram’. The values described below are returned by FETCh and READ commands. A CALCulate command returns limit check results instead, one value for each result listed below.

Suppressed linked return values: reliability

Returns:

power_step: Comma-separated list of relative power values, one value per power step. The number of power steps equals the number of UL subframes minus 1.