Bins

SCPI Command :

SENSe[:WINDow<n>]:DISPlay:CONFig:BINS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# SENSe[:WINDow<n>]:DISPlay:CONFig:BINS
value: float = driver.applications.k149Uwb.sense.window.display.config.bins.get(window = repcap.Window.Default)

Sets the number of bins for the histogram trace results.

Parameters:

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

Returns:

bins: numeric value

set(bins: float, window=Window.Default) None[source]
# SENSe[:WINDow<n>]:DISPlay:CONFig:BINS
driver.applications.k149Uwb.sense.window.display.config.bins.set(bins = 1.0, window = repcap.Window.Default)

Sets the number of bins for the histogram trace results.

Parameters:
  • bins – numeric value

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