GetMatrixOutputsForInput
Use this method to retrieve the outputs of a matrix input, using a 1-based index.
Available from DataMiner version 9.5.1 onwards.
Input
Item | Format | Description |
---|---|---|
connection | String | The connection ID. See ConnectApp. |
dmaID | Integer | The DataMiner Agent ID. |
elementID | Integer | The element ID. |
parameterID | Integer | The matrix parameter ID. |
input | Integer | The input index (1-based). |
Output
Item | Format | Description |
---|---|---|
GetMatrixOutputsForInputResult | Array of DMAMatrixConnection | An array containing the connections for the specified input. |