Result<Trace>

RepCap Settings

# Range: Tr1 .. Tr16
rc = driver.applications.k91Wlan.calculate.statistics.result.repcap_trace_get()
driver.applications.k91Wlan.calculate.statistics.result.repcap_trace_set(repcap.Trace.Tr1)

SCPI Command :

CALCulate<n>:STATistics:RESult<res>
class ResultCls[source]

Result commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Trace, default value after init: Trace.Tr1

get(window=Window.Default, trace=Trace.Default) RsFsw.enums.ResultTypeB[source]
# SCPI: CALCulate<n>:STATistics:RESult<res>
value: enums.ResultTypeB = driver.applications.k91Wlan.calculate.statistics.result.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Queries the results of a measurement for a specific trace.

param window

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

param trace

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

return

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

set(result_type: RsFsw.enums.ResultTypeB, window=Window.Default, trace=Trace.Default) None[source]
# SCPI: CALCulate<n>:STATistics:RESult<res>
driver.applications.k91Wlan.calculate.statistics.result.set(result_type = enums.ResultTypeB.ALL, window = repcap.Window.Default, trace = repcap.Trace.Default)

Queries the results of a measurement for a specific trace.

param 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

param window

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

param trace

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.calculate.statistics.result.clone()