VeriStand .NET API Reference

OutputUnderflowChannel Members

The OutputUnderflowChannel type exposes the following members.

NameDescription
OutputUnderflowChannel Initializes a new instance of the OutputUnderflowChannel class and creates an output underflow count channel with the specified Name.

Methods

NameDescription
EqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalize Class Destructor (Overrides CustomDeviceChannel.Finalize().)
FindChildrenByGUID Gets an array that contains the child BaseNode elements of the current node that match the specified TypeGUID. (Inherited from BaseNode.)
FindFirstChildWithName Gets the first child node with the specified name. (Inherited from BaseNode.)
FindNodeByPath Gets a node using the specified path. (Inherited from BaseNode.)
GetBinaryStringProperty Gets the binary string value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetBooleanProperty Gets the Boolean value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetChildren Gets an array that contains the child BaseNode elements of the current node. (Inherited from BaseNode.)
GetDependentFileProperty Gets the reference to the dependent file that is the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetDependentNodeProperty
Overloaded. Gets the reference to the dependent node that is the value of the custom device item property specified by name.
GetDictionaryArrayProperty Gets the reference to the Dictionary array that is the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetDictionaryProperty Gets the reference to the Dictionary that is the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetDocumentPath Gets the path to the system definition file that owns this node. (Inherited from BaseNode.)
GetDocumentRoot Gets the Root node of the system definition file. (Inherited from BaseNode.)
GetDoubleArrayProperty Gets the array of double-precision floating point numbers that is the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetDoubleProperty Gets the double-precision floating point value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
GetI32ArrayProperty Gets the array of 32-bit signed integers that is the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetI32Property Gets the 32-bit signed integer that is the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetParent Gets the parent node of this node. (Inherited from BaseNode.)
GetPropertyNames Gets the names of all the properties associated with a custom device item. Custom device item properties store and communicate state information. (Inherited from CustomDeviceBase.)
GetPropertyType Gets the data type of the custom device item property specified by propertyName. (Inherited from CustomDeviceBase.)
GetStringArrayProperty Gets the array of strings that is the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetStringProperty Gets the string value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetTypeGets the Type of the current instance. (Inherited from Object.)
GetU16Property Gets the unsigned 16-bit integer value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetU32ArrayProperty Gets the array of unsigned 32-bit integers that is the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetU32Property Gets the unsigned 32-bit integer value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetU64Property Gets the unsigned 64-bit integer value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
GetVariantProperty Gets the LabVIEW variant value of the custom device item property specified by name. The variant data type is a generic container for all other LabVIEW data types. (Inherited from CustomDeviceBase.)
MemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
MoveNodeTo Moves a custom device item to a new location within the custom device hierarchy. (Inherited from CustomDeviceBase.)
RemoveError Removes an error that matches the specified ErrorID. (Inherited from CustomDeviceBase.)
RemoveNode Removes this node from the hierarchy, if the node can be removed. (Inherited from BaseNode.)
RemoveProperty Removes the custom device item property specified by name. (Inherited from CustomDeviceBase.)
RenameNode
Overloaded. Renames this node to the name you specify, if the node can be renamed and if the name you specify is not already in use by a sibling of this node.
ReportError Configures whether to report an error that occurs during custom device execution. (Inherited from CustomDeviceBase.)
SetBinaryStringProperty Sets a binary string value for the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetBooleanProperty Sets a Boolean value for the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetDependentFileProperty Sets a reference to a dependent file as the value for the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetDependentNodeProperty
Overloaded. Sets a reference to a dependent node as the value of the custom device item property specified by name.
SetDictionaryArrayProperty Sets a reference to a Dictionary as the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetDictionaryProperty Sets a reference to a Dictionary element as the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetDoubleArrayProperty Sets an array of double-precision floating point numbers as the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetDoubleProperty Sets a double-precision floating point value for the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetI32ArrayProperty Sets an array of 32-bit signed integers as the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetI32Property Sets a 32-bit signed integer value for the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetStringArrayProperty Sets an array of strings as the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetStringProperty Sets a string value for the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetU16Property Sets an unsigned 16-bit integer value for the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetU32ArrayProperty Sets an array of unsigned 32-bit integers as the value of the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetU32Property Sets an unsigned 32-bit integer value for the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetU64Property Sets an unsigned 64-bit integer value for the custom device item property specified by name. (Inherited from CustomDeviceBase.)
SetVariantProperty Sets a LabVIEW variant value for the custom device item property specified by name. The variant data type is a generic container for all other LabVIEW data types. (Inherited from CustomDeviceBase.)
ToStringReturns a String that represents the current Object. (Inherited from Object.)

Properties

NameDescription
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.)

See Also

Log in to get a better experience