| Data Acquisition Toolbox | Search  Help Desk |
Displaying Common Properties
Common properties apply to every channel or line contained by the device object. You can display all configurable common property names and their possible values for the device objectobj with the set command.
set(obj)
You can display the current value for each common property for the device object obj with the get command.
get(obj)
Common Base Properties
Common base properties apply to all supported hardware subsystems of a given type (analog input, analog output, etc.). For example, theSampleRate property is supported for all analog input subsystems regardless of the vendor.
When you display properties to the screen using get or set, the base properties are listed alphabetically before the device-specific properties.
Common Device-Specific Properties
Common device-specific properties apply only for specific hardware devices. When you display properties to the screen usingget or set, the common device-specifc properties (if they exist) are listed alphabetically after the base properties.