Teledyne LeCroy WavePro Automation Command User Manual
Page 106
Automation Command and Query Reference Manual - Control Reference
C1PrintColor
Color
From 0 to 16777215
Range
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.
Description
' 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
Example
C2Color
Color
From 0 to 16777215
Range
Please see C1Color.
Description
C2PrintColor
Color
From 0 to 16777215
Range
Please see C1Printcolor.
Description
C3Color
Color
From 0 to 16777215
Range
Please see C1Color.
Description
C3PrintColor
Color
From 0 to 16777215
Range
Please see C1Printcolor.
Description
C4Color
Color
From 0 to 16777215
Range
Please see C1Color.
Description
1-92
918501 RevA