Power

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>: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: integer Statistical length in subframes Range: 1 to 1000

  • Power_Enable: bool: OFF | ON Enables or disables the measurement of the total TX power.

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

Defines settings for the measurement of the total TX power of all carriers 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_enable: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:POWer
driver.configure.multiEval.listPy.segment.power.set(power_statistics = 1, power_enable = False, segment = repcap.Segment.Default)

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

param power_statistics:

integer Statistical length in subframes Range: 1 to 1000

param power_enable:

OFF | ON Enables or disables the measurement of the total TX power.

param segment:

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