Bspan

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:BSPan
class BspanCls[source]

Bspan commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(component=Component.Default) float[source]
# SCPI: [SENSe]:FPLan:COMPonent<co>:BSPan
value: float = driver.applications.k50Spurious.sense.fplan.component.bspan.get(component = repcap.Component.Default)

Defines the span that is evaluated for spur identification within the frequency plan. By default, the full measurement span is used.

param component

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Component’)

return

span: Unit: HZ

set(span: float, component=Component.Default) None[source]
# SCPI: [SENSe]:FPLan:COMPonent<co>:BSPan
driver.applications.k50Spurious.sense.fplan.component.bspan.set(span = 1.0, component = repcap.Component.Default)

Defines the span that is evaluated for spur identification within the frequency plan. By default, the full measurement span is used.

param span

Unit: HZ

param component

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Component’)