Span
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:BPOWer:SPAN
- class SpanCls[source]
Span 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: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.
- 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
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]
# SCPI: 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.
- param span
Frequency. The maximum span depends on the marker position and FSW model. Unit: Hz
- 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’)