Method GetMatrixInputForOutput
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLManagedAutomation.dll
GetMatrixInputForOutput(int, string)
Gets the input that is connected to the specified output.
int GetMatrixInputForOutput(int pid, string output)
Parameters
Returns
- int
The connected input or 0 if the output is not connected.
GetMatrixInputForOutput(int, int)
Gets the input that is connected to the specified output.
int GetMatrixInputForOutput(int pid, int output)
Parameters
Returns
- int
The connected input or 0 if the output is not connected.
Remarks
output must be in the range 1..nrOfOutputs.
GetMatrixInputForOutput(string, int)
Gets the input that is connected to the specified output.
note
Please use an overload that takes the parameter ID instead to prevent issues in case the parameter Description changes.
[Obsolete("Use overloads with parameter ID instead of name.")]
int GetMatrixInputForOutput(string name, int output)
Parameters
Returns
- int
The connected input or 0 if the output is not connected.
Remarks
The specified value for the name argument should be the value of the Description tag of the parameter and not the value of the Name tag.
output must be in the range 1..nrOfOutputs.
GetMatrixInputForOutput(string, string)
Gets the input that is connected to the specified output.
note
Please use an overload that takes the parameter ID instead to prevent issues in case the parameter Description changes.
[Obsolete("Use overloads with parameter ID instead of name.")]
int GetMatrixInputForOutput(string name, string output)
Parameters
Returns
- int
The connected input or 0 if the output is not connected.
Remarks
The specified value for the name argument should be the value of the Description tag of the parameter and not the value of the Name tag.