Result

SCPI Command :

CALCulate<n>:NPRatio:RESult
class ResultCls[source]

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

get(result_type: RsFsw.enums.ResultTypeA, window=Window.Default) float[source]
# SCPI: CALCulate<n>:NPRatio:RESult
value: float = driver.calculate.npratio.result.get(result_type = enums.ResultTypeA.ALL, window = repcap.Window.Default)

Queries the power results of the noise power ratio measurement.

param result_type

CPOWer | NPOWer | NPRatio | ALL CPOWer Returns the total measured power divided by the channel bandwidth (without notches) or integration bandwidth (with notches) in dBm/Hz NPOWer Returns the power measured in each notch divided by the notch bandwidth in dBm/Hz NPRatio Returns the ratio of the total channel power density divided by the notch power density for each notch in dB ALL Returns all power results for the channel and n defined notches in the following order: ChannelPowerDens,NotchPowerDens1,..,NotchPowerDensn,NPR1,..,NPRn

param window

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

return

result_type_result: No help available