Chapter three – Teledyne LeCroy WaveExpert series Automation Manual User Manual
Page 106

Chapter Three
Control Reference
Sets/Queries the color, in the printing palette, of trace C1, using a number in the range 0 to FFFFFF in
hexadecimal. The primary colors are Blue = &HFF0000, Green = &HFF00, Red = &HFF in
hexadecimal.
The value may be entered in decimal or in hexadecimal.
C1PrintColor
From 0 to 16777215
Color
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
Red = &Hff: Green = &H80: Blue = &H00
' Set the color of channel C1 trace to orange for printing.
app.Display.C1PrintColor = (Blue * &H10000) + (Green * &H100) + Red
Range
Example
Description
Please see C1Color.
C2Color
From 0 to 16777215
Color
Range
Description
Please see C1Printcolor.
C2PrintColor
From 0 to 16777215
Color
Range
Description
Please see C1Color.
C3Color
From 0 to 16777215
Color
Range
Description
Please see C1Printcolor.
C3PrintColor
From 0 to 16777215
Color
Range
Description
916435 RevA
3-39