Result

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:BPOWer:RESult
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, marker=Marker.Default) float[source]
# 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.

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

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

Returns:

power: Signal power over the marker bandwidth.