Bcenter

SCPI Command :

[SENSe]:FPLan:COMPonent<co>:BCENter
class BcenterCls[source]

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

get(component=Component.Default) float[source]
# SCPI: [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.

param component

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

return

center_freq: Unit: HZ

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

param center_freq

Unit: HZ

param component

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