monitorToArray
Computes the result of the monitoring of the proprerty instantiated with the given parameters on signal input. Results are reported in an array of double.
Return
monitor result.
Parameters
input
input signal.
values
parameters.
public Array<Array<double>> monitorToArray(Array<double> time, Array<Array<String>> signal, Array<String> values)
Computes the result of the monitoring of the proprerty instantiated with the given parameters on a signal described as a matrix of strings. Results are reported in an array of double.
Return
monitor result as an array of doubles.
Parameters
time
input signal time intervals.
values
signal values.
public Array<Array<double>> monitorToArray(Array<double> time, Array<Array<double>> signal, Array<double> values)
Computes the result of the monitoring of the proprerty instantiated with the given parameters on a signal described as a matrix of doubles. Results are reported in an array of double.
Return
monitor result as an array of doubles.
Parameters
time
input signal time intervals.
values
signal values.