OutputUnderflowChannel Properties
- Updated2023-02-21
- 4 minute(s) read
The OutputUnderflowChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseNodeType | Gets a reference to the internal representation of this node. (Inherited from BaseNode.) | |
| BitFields | For internal use only. Stores various channel settings, such as its type, default value, whether it is faultable or scalable, and so on. Use the DefaultValue, Faultable, Scalable, and Type properties to get the information the bit field contains. (Inherited from CustomDeviceChannel.) | |
| ColumnDimensions | For internal use only. Gets the column dimensions of the custom device channel. (Inherited from CustomDeviceChannel.) | |
| DefaultValue | Gets or sets the default value for a custom device channel. (Inherited from CustomDeviceChannel.) | |
| Description | Gets or sets the description of this node. (Inherited from BaseNode.) | |
| Faultable | Gets or sets whether a custom device channel is faultable, meaning the VeriStand Engine can fault the channel using software fault insertion. (Inherited from CustomDeviceChannel.) | |
| Name | Gets the name of this node. To rename a node, use the RenameNode method. (Inherited from BaseNode.) | |
| NodeID | Gets the ID of this node. (Inherited from BaseNode.) | |
| NodePath | Gets the path to the node within the system definition file. (Inherited from BaseNode.) | |
| RowDimensions | For internal use only. Gets the row dimensions of the custom device channel. (Inherited from CustomDeviceChannel.) | |
| Scalable | Gets or sets whether a custom device channel can be calibrated or scaled into specific engineering units. (Inherited from CustomDeviceChannel.) | |
| Scale | Gets or sets the value of the scale property on the channel. (Inherited from CustomDeviceChannel.) | |
| ScaleUnits | Gets the units of the scale associated with the custom device channel. (Inherited from CustomDeviceChannel.) | |
| Type | Gets or sets whether a custom device channel is an input or output channel. Only input channels are writable. (Inherited from CustomDeviceChannel.) | |
| TypeGUID | Gets or sets the GUID associated with an item in a custom device. You can use this property to get or set the GUID for any component of a custom device that lists a GUID in the Custom Device XML file, such as the configuration page for the item, menu items that appear at run-time, Action VIs associated with the item, and so on. (Inherited from CustomDeviceBase.) | |
| Units | Gets or sets the units associated with a custom device channel. Units can be any string that makes sense for your custom device. (Inherited from CustomDeviceChannel.) |