Result<Trace>
SCPI Command :
CALCulate<n>:STATistics:RESult<t>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Tr1 .. Tr16 driver.applications.k14Xnr5G.calculate.statistics.result.repcap_trace_set(repcap.Trace.Tr1)
- get(result_type: ResultTypeB, window=Window.Default, trace=Trace.Default) float[source]
# CALCulate<n>:STATistics:RESult<t> value: float = driver.applications.k14Xnr5G.calculate.statistics.result.get(result_type = enums.ResultTypeB.ALL, window = repcap.Window.Default, trace = repcap.Trace.Default)
Queries the results of a measurement for a specific trace.
- Parameters:
result_type – MEAN Average (=RMS) power in dBm measured during the measurement time. PEAK Peak power in dBm measured during the measurement time. CFACtor Determined crest factor (= ratio of peak power to average power) in dB. ALL Results of all three measurements mentioned before, separated by commas: mean power,peak power,crest factor
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Result’)
Cloning the Group
# Create a copy of the original group, that exists independently
result_copy = driver.applications.k14Xnr5G.calculate.statistics.result.clone()