Color
SCPI Command :
SBUS<*>:NRZU:FORMat:FRAMe<*>:COLor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) int[source]
# SBUS<*>:NRZU:FORMat:FRAMe<*>:COLor value: int = driver.sbus.nrzu.formatPy.frame.color.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Specifies the color for the frame description of the selected frame.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)
- Returns:
color: Use 32-bit RGB encoding in decimal format.
- set(color: int, serialBus=SerialBus.Default, frame=Frame.Default) None[source]
# SBUS<*>:NRZU:FORMat:FRAMe<*>:COLor driver.sbus.nrzu.formatPy.frame.color.set(color = 1, serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Specifies the color for the frame description of the selected frame.
- Parameters:
color – Use 32-bit RGB encoding in decimal format.
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)