find
Class: sdo.SimulationTest
Package: sdo
Find logged data set
Syntax
data =
find(sim_obj,data_name)
Description
searches for
an element with a specific name in the data
=
find(sim_obj
,data_name
)LoggedData
property
of sim_obj
. Use who
to find possible names.
Input Arguments
|
|
|
Data set name to search for, specified as a character vector or string. Example: |
Output Arguments
|
Logged simulation data for the data set name specified in |