GetCustomAttribute_fp64

GetCustomAttribute_fp64 1:

Syntax

Definition:

METHOD GetCustomAttribute_fp64 : BOOL
VAR_INPUT
    sCustomAttributeName : T_MaxString;
    lrDataOut            : Reference To LREAL;
END_VAR

GetCustomAttribute_fp64 2: Inputs

Name

Type

Description

sCustomAttributeName

T_MaxString

Name of the custom fp64 attribute

lrDataOut

Reference To LREAL

Output value of the custom fp64 attribute

GetCustomAttribute_fp64 3: Return value

BOOL

Methods reads a custom attribute specified by sCustomAttributeName of type LREAL.

sCustomKey : T_MaxString := XmlTreeItem/XmlAttribute';
fValue : LREAL;
fbprediction.GetCustomAttribute_fp64(sCustomKey, fValue);