User manual
2.3.20 Acqrs_setLEDColor
Purpose
Sets the front panel LED to the desired color.
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 = Acqrs_setLEDColor(ViSession instrumentID,
ViInt32 color);
LabVIEW Representation
Acqiris Bx.lvlib: (or Aq Bx) Set LED Color.vi
Visual Basic .NET Representation
Acqrs_setLEDColor (ByVal instrumentID As Int32, _
ByVal color As Int32) As Int32
MATLAB MEX Representation
[status ] = Aq_setLEDColor(instrumentID, color)
Programmer’s Reference Manual Page 40 of 210