GetCustomAttribute_fp64
Syntax
Definition:
METHOD GetCustomAttribute_fp64 : BOOL
VAR_INPUT
sCustomAttributeName : T_MaxString;
lrDataOut : Reference To LREAL;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
sCustomAttributeName |
T_MaxString |
Name of the custom fp64 attribute |
lrDataOut |
Reference To LREAL |
Output value of the custom fp64 attribute |
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);