Nbins
SCPI Command :
CALCulate<n>:DISTribution:NBINs
- class NbinsCls[source]
Nbins commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) int [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
bins: Number of columns Range: 1 to 1000
- set(bins: int, window=Window.Default) None [source]
# SCPI: 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.
- param bins
Number of columns Range: 1 to 1000
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)