Bcenter

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:BCENter
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(component=Component.Default) float[source]
# [SENSe]:FPLan:COMPonent<co>:BCENter
value: float = driver.applications.k50Spurious.sense.fplan.component.bcenter.get(component = repcap.Component.Default)

Defines the center of the search span that is evaluated for spur identification within the frequency plan. By default, the defined center frequency is used.

Parameters:

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

Returns:

center_freq: Unit: HZ

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

Defines the center of the search span that is evaluated for spur identification within the frequency plan. By default, the defined center frequency is used.

Parameters:
  • center_freq – Unit: HZ

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