Returns the Nth connection. Example command: getNthConnection(A) => {"from", "to", "comment"}
function getNthConnection input TypeName className; input Integer index; output String[:] result; end getNthConnection;