set
Set tsdata.event
properties
Description
tseprop = set(
returns all property
values of a tse
)tsdata.event
object tse
.
tseprop = set(
displays the property specified in tse
,propname
)propname
. This syntax is
equivalent to the command tseprop = tse.propname
. For a full list
of tsdata.event
property names, see tsdata.event
.
set(
sets the property tse
,propname
,propval
)propname
of tse
to the
value propval
. This syntax is equivalent to the command
tse.propname = propval
. You can set multiple properties and
their values at a time by using comma-separated pairs. For a full list of
tsdata.event
property names and corresponding valid values,
see tsdata.event
.
Examples
Input Arguments
Version History
Introduced before R2006a