Span

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:BPOWer:SPAN
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:SPAN
value: float = driver.calculate.marker.function.bpower.span.get(window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the bandwidth around the marker position.

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:

span: Frequency. The maximum span depends on the marker position and FSW model. Unit: Hz

set(span: float, window=Window.Default, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:FUNCtion:BPOWer:SPAN
driver.calculate.marker.function.bpower.span.set(span = 1.0, window = repcap.Window.Default, marker = repcap.Marker.Default)

Defines the bandwidth around the marker position.

Parameters:
  • span – Frequency. The maximum span depends on the marker position and FSW model. Unit: Hz

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