Set tscollection
properties
tscprop = set(
returns all property
values of a tsc
)tscollection
object tsc
.
tscprop = set(
displays the property specified in tsc
,propname
)propname
. This syntax is
equivalent to the command tscprop = tsc.propname
. For a full list
of tscollection
property names, see tscollection
.
set(
sets the property tsc
,propname
,propval
)propname
of tsc
to the
value propval
. This syntax is equivalent to the command
tsc.propname = propval
. You can set multiple properties and
their values at a time by using comma-separated pairs. For a full list of
tscollection
property names and corresponding valid values,
see tscollection
.