Crgb

SCPI Command :

BUS<*>:CMSB:FRAMe<*>:CELL<*>:CRGB
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default, busCellNull=BusCellNull.Default) int[source]
# BUS<*>:CMSB:FRAMe<*>:CELL<*>:CRGB
value: int = driver.bus.cmsb.frame.cell.crgb.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busCellNull = repcap.BusCellNull.Default)

Selects a cell’s color representation in the honeycomb display.

Parameters:
  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

  • busCellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

Returns:

color: ARGB value of the color to be used for the table entry. ARGB=Opacity(alpha) valuered valuegreen valueblue value, in hexadecimal or decimal format.

set(color: int, bus=Bus.Default, busFrameNull=BusFrameNull.Default, busCellNull=BusCellNull.Default) None[source]
# BUS<*>:CMSB:FRAMe<*>:CELL<*>:CRGB
driver.bus.cmsb.frame.cell.crgb.set(color = 1, bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busCellNull = repcap.BusCellNull.Default)

Selects a cell’s color representation in the honeycomb display.

Parameters:
  • color – ARGB value of the color to be used for the table entry. ARGB=Opacity(alpha) valuered valuegreen valueblue value, in hexadecimal or decimal format.

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

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

  • busCellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)