Information Immediate I/O navigation bar

Table of Contents > QUARC > User's Guide > QUARC External Interfaces > C Functions > Hardware > HIL API > Function Reference > Functions - By Category > Function Categories

Properties

Properties functions are used get or set properties of a particular HIL board. There are three types of properties that may be manipulated: integer, double or string. Each type of property has its own property codes associated with it. The standard properties codes for each type of property are defined by an enumerated type. Each constant in that enumeration begins with a particular prefix. The table below shows the enumeration and prefix used for the standard property codes for each type of property.

Property Type Enumeration Prefix
Integer t_integer_property PROPERTY_INTEGER_
Double t_double_property PROPERTY_DOUBLE_
String t_string_property PROPERTY_STRING_

The properties functions are:

 

navigation bar