Bspan

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:BSPan
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(component=Component.Default) float[source]
# [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.

Parameters:

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

Returns:

span: Unit: HZ

set(span: float, component=Component.Default) None[source]
# [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.

Parameters:
  • span – Unit: HZ

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