[This is preliminary documentation and is subject to change.]

The universal gain for drives

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public static double UNIVERSAL_GAIN { get; set; }

Remarks

Default = 1
Note
The universal gain applies to ALL drives and is therefore specified as being static. Changing the value of this parameter will ALWAYS result in the value being changed for ALL drives regardless of the location within the inheritance hierarchy from which the parameter change was initiated.

See Also