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.k6Pulse.calculate.distribution.nbins.get(window = repcap.Window.Default)
Sets the number of bins used to calculate the historgram
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
bins: Range: 1 to 1000
- set(bins: int, window=Window.Default) None [source]
# SCPI: CALCulate<n>:DISTribution:NBINs driver.applications.k6Pulse.calculate.distribution.nbins.set(bins = 1, window = repcap.Window.Default)
Sets the number of bins used to calculate the historgram
- param bins
Range: 1 to 1000
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)