Bcount
SCPI Command :
CALCulate<n>:STATistics:SCALe:X:BCOunt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
stat_nof_columns: Range: 2 to 1024, Unit: none
- set(stat_nof_columns: float, window=Window.Default) None[source]
# 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.
- Parameters:
stat_nof_columns – Range: 2 to 1024, Unit: none
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)