Get Fixed-Point Information VI

Owning Palette: Data Type Parsing VIs

Requires: Base Development System

Retrieves fixed-point numeric (FXP) information from the data type stored in variant. This VI returns an error if variant does not contain a fixed-point numeric.

 Add to the block diagram  Find on the palette
variant specifies the variant data from which you want to retrieve data type information.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
FXP representation returns the fixed-point information from the fixed-point data type stored in variant.
Signed returns whether the fixed-point data type stored in Variant is signed.
Word Length returns the number of bits that LabVIEW uses to represent all the possible values of the fixed-point data type stored in Variant.
Integer Word Length returns the number of integer bits, or the number of bits to shift the binary point to the left to reach the most significant bit, for all possible values of the fixed-point data type stored in Variant.
FXP range returns the range LabVIEW calculates for the fixed-point number stored in variant.
Range Min returns the minimum value of the range of the fixed-point data type stored in Variant.
Range Max returns the maximum value of the range of the fixed-point data type stored in Variant.
Delta returns the maximum distance between any two sequential numbers in the range of the fixed-point data type stored in Variant.
include overflow status? returns whether the fixed-point number in variant includes an overflow status. If include overflow status? is TRUE, LabVIEW allocates additional storage space to track whether the fixed-point number is the result of an operation that overflowed.
error out contains error information. This output provides standard error out functionality.