Bcount

SCPI Command :

CALCulate<n>:STATistics:SCALe:X:BCOunt
class BcountCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:STATistics:SCALe:X:BCOunt
value: float = driver.applications.k70Vsa.calculate.statistics.scale.x.bcount.get(window = repcap.Window.Default)

Defines the number of columns for the statistical distribution.

param window

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

return

stat_nof_columns: Range: 2 to 1024, Unit: none

set(stat_nof_columns: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:STATistics:SCALe:X:BCOunt
driver.applications.k70Vsa.calculate.statistics.scale.x.bcount.set(stat_nof_columns = 1.0, window = repcap.Window.Default)

Defines the number of columns for the statistical distribution.

param stat_nof_columns

Range: 2 to 1024, Unit: none

param window

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