Bins
SCPI Command :
SENSe[:WINDow<n>]:DISPlay:CONFig:BINS
- class BinsCls[source]
Bins commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
bins: numeric value
- set(bins: float, window=Window.Default) None [source]
# SCPI: 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.
- param bins
numeric value
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)