ElementsSelection

Selects one or more elements from a matrix and exposes these values on analog ports. The Element count property specifies how many elements will be exposed on ports. When the value of this property changes other properties will be created/deleted. The properties this apply to are called: Element 1 - N Row and Element 1 - N Column.

Example: If the Element count property is 2, there will be created four extra properties called Element 1 Row, Element 1 Column, Element 2 Row and Element 2 Column. The values of the first two properties correspond to the first element's zero based position in the matrix. (The values of the two last properties correspond to the second element's zero based position in the matrix.)

If the positions of the elements are illegal the previous value will be kept and a warning is issued.