Data Acquisition Toolbox
  Function/Property:
    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 object obj with the set command.

You can display the current value for each common property for the device object obj with the get command.

Common Base Properties

Common base properties apply to all supported hardware subsystems of a given type (analog input, analog output, etc.). For example, the SampleRate 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 using get or set, the common device-specifc properties (if they exist) are listed alphabetically after the base properties.



[ Previous | Help Desk | Next ]