"disconnectRelativeTimeScaleDirectly" - obsolete
Closes the connection between the time scale and data point variables (obsolete from version 3.5 up).
Synopsis
setValue(string shape, "disconnectRelativeTimeScaleDirectly", string
dp);
shape.disconnectRelativeTimeScaleDirectly(string dp);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
dp | Name of data point |
Description
This attribute cancels a connection to the time scale established by "connectRelativeTimeScaleDirectly".
Example
main()
{
TREND1.disconnectRelativeTimeScaleDirectly("B1.:_original.._value");
}
Assignment
Trend