Enable

SCPI Command :

LAYout:HISTogram:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(histogram: str) bool[source]
# LAYout:HISTogram:ENABle
value: bool = driver.layout.histogram.enable.get(histogram = 'abc')

Enables or disables the histogram evaluation and display.

Parameters:

histogram – String parameter, name of the histogram as defined with method RsRtx.layout.histogram.add().

Returns:

state: OFF | ON

set(histogram: str, state: bool) None[source]
# LAYout:HISTogram:ENABle
driver.layout.histogram.enable.set(histogram = 'abc', state = False)

Enables or disables the histogram evaluation and display.

Parameters:
  • histogram – String parameter, name of the histogram as defined with method RsRtx.layout.histogram.add().

  • state – OFF | ON