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.k6Pulse.calculate.distribution.nbins.get(window = repcap.Window.Default)

Sets the number of bins used to calculate the historgram

Parameters:

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

Returns:

bins: Range: 1 to 1000

set(bins: int, window=Window.Default) None[source]
# 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

Parameters:
  • bins – Range: 1 to 1000

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