VisuClientType (ENUM) ¶ TYPE VisuClientType : The client type. Similar to VisuElemBase.Visu_ClientType, but only containing the clients, needed here. Attributes: qualified_only InOut: Name Initial Comment Unknown 16#0 ProgrammingSystem 16#1 TargetVisualization 16#4 WebVisualization 16#8 RemoteTargetVisualization 16#10 AllRemoteVisualizations 16#1B 1 | 2 | 8 | 16
VisuInputType (ENUM) ¶ TYPE VisuInputType : Attributes: qualified_only InOut: Name Initial Keyboard 0 Touchscreen 1
IsRealNaN (FUN) ¶ FUNCTION IsRealNaN : BOOL Returns whether the given REAL value is a special NaN (not a number) value. InOut: Scope Name Type Return IsRealNaN BOOL Input f REAL
IsRealNegInfinity (FUN) ¶ FUNCTION IsRealNegInfinity : BOOL Returns whether the given REAL value is a special negative infinity value. InOut: Scope Name Type Return IsRealNegInfinity BOOL Input f REAL
IsRealNumber (FUN) ¶ FUNCTION IsRealNumber : BOOL Returns whether the given REAL value is a regular number and not a special NaN or infinity value. InOut: Scope Name Type Return IsRealNumber BOOL Input f REAL
IsRealPosInfinity (FUN) ¶ FUNCTION IsRealPosInfinity : BOOL Returns whether the given REAL value is a special positive infinity value. InOut: Scope Name Type Return IsRealPosInfinity BOOL Input f REAL
StringFunctions ¶ HexStrToLReal (Function) HexStrToReal (Function) LRealToHexStr (Function) LRealToStr (Function) RealToHexStr (Function) RealToStr (Function) StrToLReal (Function) StrToReal (Function)
HexStrToLReal (FUN) ¶ FUNCTION HexStrToLReal : BOOL Converts a HexReal-string to a LREAL value. See DeserializeHexReal for a description of the format. Note This function also handles the case LREAL = REAL. InOut: Scope Name Type Comment Return HexStrToLReal BOOL Input str STRING The string to convert Output f LREAL
HexStrToReal (FUN) ¶ FUNCTION HexStrToReal : BOOL Converts a HexReal-string to a REAL value. See DeserializeHexReal for a description of the format. InOut: Scope Name Type Comment Return HexStrToReal BOOL Input str STRING The string to convert Output f REAL
LRealToHexStr (FUN) ¶ FUNCTION LRealToHexStr : STRING(32) Converts a LREAL value to a HexReal-string. See SerializeHexReal for a description of the format. Note This function also handles the case LREAL = REAL. InOut: Scope Name Type Return LRealToHexStr STRING(32) Input f LREAL