Digital class
VI Server Class Information | |
---|---|
Return to VI Server Class Hierarchy | |
Class Name | Digital class |
Class ID | 18 |
Scope | Basic Development Environment |
Class Inheritance |
|
Class Children | This class has no children.
|
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Digital class is a class in the VI Server Class Hierarchy, (see also VI Server).
Contents |
Properties
Show/Hide Digital Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
Property ID | Long Name (English) | Description | R/W | RTE |
---|---|---|---|---|
633BC01 | Text Width | Width of the numeric text display in pixels. | Read/Write | Yes |
633BC02 | Radix Visible? | Shows or hides the radix, which you can use to change the data to decimal, hexadecimal, octal, or binary format, or SI notation. | Read/Write | Yes (Read Only) |
633BC03 | Numeric Text | Reference to numeric text. | Read Only | Yes |
633BC04 | Increment/Decrement Visible? | If TRUE, shows the increment and decrement buttons on a numeric control. If FALSE, this property hides the buttons. | Read/Write | Yes |
633BC05 | Format String | Gets and sets the format of the digital numeric control. | Read/Write | Yes |
633BC06 | Display Format | Specifies the format and precision of the digital numeric value. Format can be 0-Decimal, 1-Scientific, 2-Engineering, 3-Binary, 4-Octal, 5-Hexadecimal, 6-Relative Time, 7-Time and Date, 8-SI, or 9-Custom (read-only). Precision is the number of digits after the decimal point. | Read/Write | Yes |
633BC07 | Display Format:Format | Specifies the format of the digital numeric value. This property accepts the following format values: 0-Decimal, 1-Scientific, 2-Engineering, 3-Binary, 4-Octal, 5-Hexadecimal, 6-Relative Time, 7-Date and Time, 8-SI, and 9-Custom (read-only). You cannot wire a value of 9 to this property because the value is read-only. This property returns a value of 9 if the object uses automatic formatting, the format string contains text, or the format string includes more than one format specifier. | Read/Write | Yes |
633BC08 | Display Format:Precision | Number of digits after the decimal point. If you wire a value of 9 to the Format property, this property returns an error. | Read/Write | Yes |
633BC09 | Hide Text | Read/Write | Yes |
Methods
This class has no methods or it inherits methods from its parent: Numeric Class.
Events
This class has no events or it inherits events from its parent: Numeric Class.
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |