Span
SCPI Command :
CALCulate<n>:MASK:SPAN
- class SpanCls[source]
Span commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:MASK:SPAN value: float = driver.calculate.mask.span.get(window = repcap.Window.Default)
Defines the frequency span of the frequency mask.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
span: Range: 1 kHz to fmax, Unit: HZ
- set(span: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:MASK:SPAN driver.calculate.mask.span.set(span = 1.0, window = repcap.Window.Default)
Defines the frequency span of the frequency mask.
- param span
Range: 1 kHz to fmax, Unit: HZ
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)