Source: dataset/dyn_spect/dyn_spect_dataset__add_stream.pro
dyn_spect_dataset::add_stream
Add a stream to a dyn_spect dataset.
Usage:
strref = dsref -> add_stream(type, channel, $
name=name, menu=menu, $
group=group)
Arguments:
type string The type of stream to add: this must be a type
known to the dataset.
channel string A channel specifier for the stream. Must be
valid for the stream type.
Keywords:
name string A string to give a name to the stream.
menu If set, then use a menu to define the channel.
group long For a menu addition, this is the group leader
for the widget hierarchy (as the stream menu
has to be modal this must be given for a menu
case).
History:
Original (after spect): 8/8/01; SJT