User manual
2.3.93 AcqrsD1_setLEDColor (DEPRECATED)
Purpose
Sets the front panel LED to the desired color. See Acqrs_setLEDColor.
Parameters
Input
Name Type Description
instrumentID ViSession Instrument identifier
color ViInt32 0 = OFF (return to normal acquisition status indicator)
1 = Green
2 = Red
3 = Yellow
Return Value
Name Type Description
status ViStatus Refer to Table 2-1 for error codes.
LabWindowsCVI/Visual C++ Representation
ViStatus status = AcqrsD1_setLEDColor(ViSession instrumentID,
ViInt32 color);
LabVIEW Representation
Please refer to Acqrs_setLEDColor.
Visual Basic Representation
SetLEDColor (ByVal instrumentID As Long, _
ByVal color As Long) As Long
Visual Basic .NET Representation
AcqrsD1_setLEDColor (ByVal instrumentID As Int32, _
ByVal color As Int32) As Int32
MATLAB MEX Representation
[status] = Aq_setLEDColor(instrumentID, color)
Programmer’s Reference Manual Page 180 of 210