Result

SCPI Command :

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

Result commands group definition. 4 total commands, 3 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) RsFsw.enums.MarkerFunctionA[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:RESult
value: enums.MarkerFunctionA = driver.calculate.marker.function.power.result.get(window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.Default)

Queries the results of power measurements. 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 sweep mode. See also method RsFsw.Applications.K10x_Lte.Initiate.Continuous.set.

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

measurement: ACPower | MCACpower ACLR measurements (also known as adjacent channel power or multicarrier adjacent channel measurements) . Returns the power for every active transmission and adjacent channel. The order is: - power of the transmission channels - power of adjacent channel (lower,upper) - power of alternate channels (lower,upper) MSR ACLR results: For MSR ACLR measurements, the order of the returned results is slightly different: - power of the transmission channels - total power of the transmission channels for each sub block - power of adjacent channels (lower, upper) - power of alternate channels (lower, upper) - power of gap channels (lower1, upper1, lower2, upper2) The unit of the return values depends on the scaling of the y-axis: - logarithmic scaling returns the power in the current unit - linear scaling returns the power in W GACLr For MSR ACLR measurements only: returns a list of ACLR values for each gap channel (lower1, upper1, lower2, upper2) MACM For MSR ACLR measurements only: returns a list of CACLR values for each gap channel (lower1, upper1, lower2, upper2) See ‘Gap channels and CACLR’. CN Carrier-to-noise measurements. Returns the C/N ratio in dB. CN0 Carrier-to-noise measurements. Returns the C/N ratio referenced to a 1 Hz bandwidth in dBm/Hz. CPOWer Channel power measurements. Returns the channel power. The unit of the return values depends on the scaling of the y-axis: - logarithmic scaling returns the power in the current unit - linear scaling returns the power in W For SEM measurements, the return value is the channel power of the reference range (in the specified sub block) . PPOWer Peak power measurements. Returns the peak power. The unit of the return values depends on the scaling of the y-axis: - logarithmic scaling returns the power in the current unit - linear scaling returns the power in W For SEM measurements, the return value is the peak power of the reference range (in the specified sub block) . Note that this result is only available if the power reference type is set to peak power (see [SENSe:]ESPectrumsb:RTYPe) . OBANdwidth | OBWidth Occupied bandwidth. Returns the occupied bandwidth in Hz. COBandwidth | COBWidth Centroid frequency,Frequency offset See ‘OBW results’

set(measurement: RsFsw.enums.MarkerFunctionA, window=Window.Default, marker=Marker.Default, subBlock=SubBlock.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:POWer<sb>:RESult
driver.calculate.marker.function.power.result.set(measurement = enums.MarkerFunctionA.ACPower, window = repcap.Window.Default, marker = repcap.Marker.Default, subBlock = repcap.SubBlock.Default)

Queries the results of power measurements. 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 sweep mode. See also method RsFsw.Applications.K10x_Lte.Initiate.Continuous.set.

param measurement

ACPower | MCACpower ACLR measurements (also known as adjacent channel power or multicarrier adjacent channel measurements) . Returns the power for every active transmission and adjacent channel. The order is: - power of the transmission channels - power of adjacent channel (lower,upper) - power of alternate channels (lower,upper) MSR ACLR results: For MSR ACLR measurements, the order of the returned results is slightly different: - power of the transmission channels - total power of the transmission channels for each sub block - power of adjacent channels (lower, upper) - power of alternate channels (lower, upper) - power of gap channels (lower1, upper1, lower2, upper2) The unit of the return values depends on the scaling of the y-axis: - logarithmic scaling returns the power in the current unit - linear scaling returns the power in W GACLr For MSR ACLR measurements only: returns a list of ACLR values for each gap channel (lower1, upper1, lower2, upper2) MACM For MSR ACLR measurements only: returns a list of CACLR values for each gap channel (lower1, upper1, lower2, upper2) See ‘Gap channels and CACLR’. CN Carrier-to-noise measurements. Returns the C/N ratio in dB. CN0 Carrier-to-noise measurements. Returns the C/N ratio referenced to a 1 Hz bandwidth in dBm/Hz. CPOWer Channel power measurements. Returns the channel power. The unit of the return values depends on the scaling of the y-axis: - logarithmic scaling returns the power in the current unit - linear scaling returns the power in W For SEM measurements, the return value is the channel power of the reference range (in the specified sub block) . PPOWer Peak power measurements. Returns the peak power. The unit of the return values depends on the scaling of the y-axis: - logarithmic scaling returns the power in the current unit - linear scaling returns the power in W For SEM measurements, the return value is the peak power of the reference range (in the specified sub block) . Note that this result is only available if the power reference type is set to peak power (see [SENSe:]ESPectrumsb:RTYPe) . OBANdwidth | OBWidth Occupied bandwidth. Returns the occupied bandwidth in Hz. COBandwidth | COBWidth Centroid frequency,Frequency offset See ‘OBW results’

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’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.calculate.marker.function.power.result.clone()

Subgroups