« Back to Product

Documentation

ReadPropertyFloat

Require: IP-Symcon >= 4.0

 float ReadPropertyFloat (string $Name) 

Parameters

Name

Name of the property

Returns

The value of the property

Description

The function returns the value of the property with the name Name.

Warning

Changed values are only available when IPS_ApplyChanges has been called

Example

$this->ReadPropertyFloat("Factor");
Any questions?