Result

SCPI Command :

CALCulate<n>:NPRatio:RESult
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(result_type: ResultTypeA, window=Window.Default) float[source]
# 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.

Parameters:
  • 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

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