Value of signal
returns the value of signal signal_value
= getsignal(target_object
, signal_name
)signal_name
at the time of the
request. The value is not timestamped. Successive calls to this function do not
necessarily return successive signal values.
returns the value of the signal associated with signal_value
= getsignal(target_object
, signal_index
)signal_index
at the time of the request. The value is not timestamped. Successive calls to
this function do not necessarily return successive signal values.
Signal access by signal index will be removed in a future release. Access signals by signal name instead.
returns the values of signals identified in the cell array of character vectors
signal_values
= getsignal(target_object
, signal_names
)signal_names
at the time of the request. The values are
not timestamped. Successive calls to this function do not necessarily return
successive signal values.