Result

SCPI Command :

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

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

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:BPOWer:RESult
value: float = driver.calculate.marker.function.bpower.result.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the results of the band power measurement.

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

return

power: Signal power over the marker bandwidth.