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