Nbins

SCPI Command :

CALCulate<n>:DISTribution:NBINs
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) int[source]
# CALCulate<n>:DISTribution:NBINs
value: int = driver.applications.k60Transient.calculate.distribution.nbins.get(window = repcap.Window.Default)

Defines the number of columns on the x-axis, i.e. the number of measurement value ranges for which the occurrences are determined.

Parameters:

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

Returns:

bins: Number of columns Range: 1 to 1000

set(bins: int, window=Window.Default) None[source]
# CALCulate<n>:DISTribution:NBINs
driver.applications.k60Transient.calculate.distribution.nbins.set(bins = 1, window = repcap.Window.Default)

Defines the number of columns on the x-axis, i.e. the number of measurement value ranges for which the occurrences are determined.

Parameters:
  • bins – Number of columns Range: 1 to 1000

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