Current
SCPI Commands :
READ:NRSub:MEASurement<Instance>:TPC:TRACe:TXPower:CURRent
FETCh:NRSub:MEASurement<Instance>:TPC:TRACe:TXPower:CURRent
CALCulate:NRSub:MEASurement<Instance>:TPC:TRACe:TXPower:CURRent
- Commands in total: 3Subgroups: 0Direct child commands: 3
- calculate() List[ResultStatus2][source]
# CALCulate:NRSub:MEASurement<Instance>:TPC:TRACe:TXPower:CURRent value: List[enums.ResultStatus2] = driver.nrSubMeas.tpc.trace.txPower.current.calculate()
No help available
Suppressed linked return values: reliability
- fetch() List[float][source]
# FETCh:NRSub:MEASurement<Instance>:TPC:TRACe:TXPower:CURRent value: List[float] = driver.nrSubMeas.tpc.trace.txPower.current.fetch()
Returns the contents of the PUSCH power vs subframe diagram. See also ‘Upper diagram’.
Suppressed linked return values: reliability
- Returns:
power: Comma-separated list of absolute power values, one value per UL subframe.
- read() List[float][source]
# READ:NRSub:MEASurement<Instance>:TPC:TRACe:TXPower:CURRent value: List[float] = driver.nrSubMeas.tpc.trace.txPower.current.read()
Returns the contents of the PUSCH power vs subframe diagram. See also ‘Upper diagram’.
Suppressed linked return values: reliability
- Returns:
power: Comma-separated list of absolute power values, one value per UL subframe.