Current

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:RESult[:CURRent]
class CurrentCls[source]

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

get(measurement: Optional[RsFsw.enums.MeasurementLteResult] = None, window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) float[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:RESult[:CURRent]
value: float = driver.applications.k10Xlte.calculate.marker.function.power.result.current.get(measurement = enums.MeasurementLteResult.ACPower, window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.Default)

Queries the results of the ACLR measurement or the total signal power level of the SEM measurement. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweeps.

param measurement

CPOW This parameter queries the channel power of the reference range. MCAC Queries the channel powers of the ACLR, MC ACLR and Cumulative ACLR measurements as shown in the ACLR table. Where available, this parameter also queries the power of the adjacent channels (for example in the ACLR measurement) . GACLr Queries the ACLR values for each gap channel in the MC ACLR measurement.

param window

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

param marker

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

param subBlock

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

return

result: Results for the Spectrum Emission Mask measurement: Power level in dBm. Results for the ACLR measurements: Relative power levels of the ACLR channels. The number of return values depends on the number of transmission and adjacent channels. The order of return values is: - TXChannelPower is the power of the transmission channel in dBm - LowerAdjChannelPower is the relative power of the lower adjacent channel in dB - UpperAdjChannelPower is the relative power of the upper adjacent channel in dB - 1stLowerAltChannelPower is the relative power of the first lower alternate channel in dB - 1stUpperAltChannelPower is the relative power of the first lower alternate channel in dB (…) - nthLowerAltChannelPower is the relative power of a subsequent lower alternate channel in dB - nthUpperAltChannelPower is the relative power of a subsequent lower alternate channel in dB