Power
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:POWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PowerStruct[source]
Response structure. Fields:
1 Power_Statistics: int: Statistical length in subframes
2 Power_Tx_Enable: bool: Enables or disables the measurement of the total TX power.
- get(sEGMent=SEGMent.Default) PowerStruct[source]
# 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>.
- Parameters:
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- Returns:
structure: for return value, see the help for PowerStruct structure arguments.
- set(power_statistics: int, power_tx_enable: bool, sEGMent=SEGMent.Default) None[source]
# 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>.
- Parameters:
power_statistics – Statistical length in subframes
power_tx_enable – Enables or disables the measurement of the total TX power.
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)