MC-Basic:group.COUPLED

From SoftMC-Wiki
Jump to: navigation, search

Setting it to 1 checks the correctness of the coupling matrix and calculates the inverse matrix, which is stored internally. If the inverse matrix doesn’t exist an error will be returned. It has to be done every time the matrix has been changed.

Values:

1 - coupling on - user input

0 - coupling off I user input

-1 - the matrix was changed - system changes

Data Type           Long

Syntax

<group>.coupled

Availability

All versions

Range

-1 ¸1

Units

Non-Volatile

Default

0

Scope

Configuration, Task, Terminal

Write Access       Read/Write

Limitations

Modal only. Writable in disabled state only. Group must be attached.

Examples

g1.Coupled=1

See Also