Data Acquisition Toolbox
  Function/Property:
    Search    Help Desk 

Displaying Channel/Line Properties

Channel/line properties can be configured for individual channels or lines contained by a device object. For example, the InputRange property can be set to a different value for each channel contained by an analog input object. You can display all configurable channel/line property names for the device object obj with the set command.

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

Channel/Line Base Properties

Channel/line base properties apply to all supported hardware subsystems of a given type (analog input, analog output, etc.). For example, the ChannelName property exists for all analog input subsystems regardless of the vendor.

When you display properties to the screen using get or set, the base properties are alphabetically listed before the device-specific properties.

Channel/Line Device-Specific Properties

Channel/line device-specific properties apply only to specific hardware devices. When you display properties to the screen using get or set, the device-specifc properties (if they exist) are alphabetically listed after the base properties



[ Previous | Help Desk | Next ]