Span
SCPI Command :
CALCulate<n>:DELTamarker<m>:FUNCtion:BPOWer:SPAN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, deltaMarker=DeltaMarker.Default) float[source]
# CALCulate<n>:DELTamarker<m>:FUNCtion:BPOWer:SPAN value: float = driver.calculate.deltaMarker.function.bpower.span.get(window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Defines the bandwidth around the delta marker position.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
deltaMarker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)
- Returns:
span: Frequency. The maximum span depends on the marker position and FSW model. Unit: Hz
- set(span: float, window=Window.Default, deltaMarker=DeltaMarker.Default) None[source]
# CALCulate<n>:DELTamarker<m>:FUNCtion:BPOWer:SPAN driver.calculate.deltaMarker.function.bpower.span.set(span = 1.0, window = repcap.Window.Default, deltaMarker = repcap.DeltaMarker.Default)
Defines the bandwidth around the delta 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’)
deltaMarker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘DeltaMarker’)