HbIns

SCPI Command :

ADVJitter<*>:RESult:VERTical:HBINs
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(advJitter=AdvJitter.Default) int[source]
# ADVJitter<*>:RESult:VERTical:HBINs
value: int = driver.advJitter.result.vertical.hbIns.get(advJitter = repcap.AdvJitter.Default)

Sets the number of bins, the number of data intervals, of the histogram.

Parameters:

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

set(histg_bins_max: int, advJitter=AdvJitter.Default) None[source]
# ADVJitter<*>:RESult:VERTical:HBINs
driver.advJitter.result.vertical.hbIns.set(histg_bins_max = 1, advJitter = repcap.AdvJitter.Default)

Sets the number of bins, the number of data intervals, of the histogram.

Parameters:
  • histg_bins_max – 2 to 1000

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