Enumerates the standard string properties.

Namespace:  Quanser.Hardware
Assembly:  Quanser.Hardware.Hil (in Quanser.Hardware.Hil.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration StringProperty
C#
public enum StringProperty
Visual C++
public enum class StringProperty
JavaScript
Quanser.Hardware.StringProperty = function();
Quanser.Hardware.StringProperty.createEnum('Quanser.Hardware.StringProperty', false);

Members

Member nameDescription
FirmwareVersion
The firmware version associated with the card.
Manufacturer
The manufacturer of the card.
ModelName
The model name associated with the card.
NextLogEntries
The next log entries from the card.
OldestLogEntries
The oldest log entries from the card (resets current index into log).
ProductName
The product name associated with the card.
ProductSpecific
Product-specific properties begin at this number. All lower property codes are reserved.
SerialNumber
The serial number associated with the card.

Remarks

Some data acquisition cards support string properties. Most of these properties are read-only, such as the manufacturer of the card.

See Also