Power

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:POWer
class PowerCls[source]

Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class PowerStruct[source]

Response structure. Fields:

  • Power_Statistics: int: Statistical length in subframes

  • Power_Tx_Enable: bool: Enables or disables the measurement of the total TX power.

get(sEGMent=SEGMent.Default) PowerStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:POWer
value: PowerStruct = driver.configure.nrSubMeas.multiEval.listPy.segment.power.get(sEGMent = repcap.SEGMent.Default)

Defines settings for the measurement of the total TX power for segment <no>.

param sEGMent:

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

return:

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

set(power_statistics: int, power_tx_enable: bool, sEGMent=SEGMent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:POWer
driver.configure.nrSubMeas.multiEval.listPy.segment.power.set(power_statistics = 1, power_tx_enable = False, sEGMent = repcap.SEGMent.Default)

Defines settings for the measurement of the total TX power for segment <no>.

param power_statistics:

Statistical length in subframes

param power_tx_enable:

Enables or disables the measurement of the total TX power.

param sEGMent:

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