| Data Acquisition Toolbox | 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, theInputRange 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 objectset(obj.Channel)set(obj.Line)
obj with the get command.
get(obj.Channel)get(obj.Line)
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, theChannelName 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 usingget or set, the device-specifc properties (if they exist) are alphabetically listed after the base properties