Jump to content

AbsTime class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 02:11, 29 August 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name class
Class ID {{{1}}}
Scope
Class Inheritance

This class is a top-level class.

Class Children

This class has no children.


The AbsTime class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide AbsTime Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
AbsTime Properties Table
Property ID Short Name (English) Description R/W RTE
2C7A801 DataEntryLimits Cluster of Minimum, Maximum, and Increment values for time stamp data range.

This property is similar to the Minimum, Maximum, and Increment options on the Data Entry page of the Time Stamp Properties dialog box.

R/W X
2C7A804 Increment Increment of numeric data range.

This property is an element of the Data Entry Limits property.

This property is similar to the Increment option on the Data Entry page of the Time Stamp Properties dialog box.

R/W X
2C7A803 Maximum Maximum value of the numeric data range specified with date and time.

This property is an element of the Data Entry Limits property.

This property is similar to the Maximum option on the Data Entry page of the Time Stamp Properties dialog box.

R/W X
2C7A802 Minimum Minimum value of the numeric data range specified with date and time.

This property is an element of the Data Entry Limits property.

This property is similar to the Minimum option on the Data Entry page of the Time Stamp Properties dialog box.

R/W X
2C7A800 FormatString Gets and sets the format of the Time Stamp control.

Time format codes must be between % and >T. For example, to display the day of the month, enter %T.

This property is similar to the Format String (Digital) property except that it can accept time format codes.

Refer to the valid format specifiers for numeric data types table for information about which format specifiers you can set depending on the data type of the numeric control and the format specifiers syntax elements table for descriptions of the syntax elements.

If you want to format a string to display time, enclose the string with %.

R/W X
2C7A80A HideText R/W X
2C7A809 NumText Reference to numeric text. R X
2C7A805 RespToValOutLimits Reads or writes the response to values outside the specified limits for maximum, minimum, and increment.

You can select from the following options:

  1. Ignore - LabVIEW does not change or flag invalid values.
  2. Coerce (to nearest)
  3. Coerce up
  4. Coerce down

This property is similar to the Response to value outside limits options on the Data Entry page of the Time Stamp Properties dialog box.

Elements:
Name Description
Response to Value Outside Limits:Minimum Response to values outside the limits for the minimum value. Valid values include 0 (Ignore) and 1 (Coerce).
Response to Value Outside Limits:Maximum Response to values outside the limits for the maximum value. Valid values include 0 (Ignore) and 1 (Coerce).
Response to Value Outside Limits:Increment Response to values outside the limits for the increment value. Valid values include 0 (Ignore), 1 (Coerce to nearest), 2 (Coerce up), and 3 (Coerce down).
R/W X
2C7A808 RespToValOutLimits.Inc Reads or writes the response to values outside the specified limits for the increment value.

You can select from the following options:

  1. Ignore - LabVIEW does not change or flag invalid values.
  2. Coerce (to nearest)
  3. Coerce up
  4. Coerce down

This property is an element of the Response to Value Outside Limits property.

This property is similar to the Response to value outside limits:Increment option on the Data Entry page of the Time Stamp Properties dialog box.

R/W X
2C7A806 RespToValOutLimits.Max Reads or writes the response to values outside the specified limits for the maximum value.

You can select from the following options:

  1. Ignore - LabVIEW does not change or flag invalid values.
  2. Coerce (to nearest)

This property is an element of the Response to Value Outside Limits property.

This property is similar to the Response to value outside limits:Maximum option on the Data Entry page of the Time Stamp Properties dialog box.

R/W X
2C7A807 RespToValOutLimits.Min Reads or writes the response to values outside the specified limits for the minimum value.

You can select from the following options:

  1. Ignore - LabVIEW does not change or flag invalid values.
  2. Coerce (to nearest)

This property is an element of the Response to Value Outside Limits property.

This property is similar to the Response to value outside limits:Minimum option on the Data Entry page of the Time Stamp Properties dialog box.

R/W X

Methods

No Methods for this class.

Events

No Events for this class.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also