Requires: VI Scripting
Inherits from Terminal»ParameterTerminal. View the class hierarchy.
No properties are specific to this class.
Property | Description |
---|---|
Fixed-Point:Maximum Word Length | Reads or writes the maximum word length of the fixed-point value. Details |
Fixed-Point:Overflow Policy | Reads or writes the overflow policy of the fixed-point value. Details |
Fixed-Point:Quantization Policy | Reads or writes the quantization policy of the fixed-point value. Details |
Fixed-Point:Representation:Actual | Reads the actual range of the fixed-point value based on its encoding. Details |
Fixed-Point:Representation:Actual:Delta | Reads the actual delta of the fixed-point value based on its encoding. Details |
Fixed-Point:Representation:Actual:Range Max | Reads the actual maximum of the fixed-point value based on its encoding. Details |
Fixed-Point:Representation:Actual:Range Min | Reads the actual minimum of the fixed-point value based on its encoding. Details |
Fixed-Point:Representation:Bits | Reads or writes the encoding of the fixed-point value. Using this property with a non-fixed-point numeric will result in an error. Details |
Fixed-Point:Representation:Bits:Integer Word Length | Reads or writes the integer word length of the fixed-point value. Using this property with a non-fixed-point numeric will result in an error. Details |
Fixed-Point:Representation:Bits:Signed | Reads or writes whether the fixed-point value is a signed value. FALSE means unsigned. Using this property with a non-fixed-point numeric will result in an error. Details |
Fixed-Point:Representation:Bits:Word Length | Reads or writes the word length of the fixed-point value. Using this property with a non-fixed-point numeric will result in an error. Details |
Fixed-Point:Representation:Desired | Reads or writes the desired range of the fixed-point value based on its encoding. Details |
Fixed-Point:Representation:Desired:Delta | Reads or writes the desired delta of the fixed-point value based on its encoding. Details |
Fixed-Point:Representation:Desired:Range Max | Reads or writes the desired maximum of the fixed-point value based on its encoding. Details |
Fixed-Point:Representation:Desired:Range Min | Reads or writes the desired minimum of the fixed-point value based on its encoding. Details |
Fixed-Point:Representation:Include Overflow Status Policy | Reads or writes whether LabVIEW includes an overflow status with the fixed-point number. Details |
Numeric Override Policy | Reads or writes the numeric override policy of the terminal. Details |
Numeric Override Representation | Reads or writes the numeric override representation of the terminal. Details |
Representation | Hack to simplify Property Page. Reading returns representation from terms data type. Writing sets override type to rep and policy to always. Details |
Uses Fixed-Point Overflow and Quantization | Returns true if the computation of this parms value uses the fixed-point overflow and quantization policies. E.g. returns false for i8+i8=i16. Details |