<blockquote><!-- command description goes here --> Specifies one stream
<blockquote><!-- command description goes here --> Specifies one stream
of data to be requested from the NmxpHost.
of data to be requested from the NmxpHost.
The <fontcolor="red">streamkey</font> is not in SCNL format. It is composed of a network, station and channel code
The <fontcolor="red">streamkey</font> is not in SCNL format. It is composed of a network, station, channel and location code
separated by period. network is optional and it is used only for output.
separated by period. network and location are optional and they are used only for output.
Station code can be "*" that stands for all stations.
Station code can be "*" that stands for all stations.
Within channel code can appear character "?" that stands for any characters. Location value is always set to"--".
Within channel code can appear character "?" that stands for any characters. Default location is NULL and printed out as"--".
DO NOT USE WITH <ahref="#ChannelFile">ChannelFile</a>!
DO NOT USE WITH <ahref="#ChannelFile">ChannelFile</a>!
<pre>
<pre>
Default: none
Default: none
Example: Channel ES.BOB.HH?
Example: Channel ES.BOB.HH?
Channel MN.TIR.HH?
Channel MN.TIR.HH?
Channel SALO.HH?
Channel IV.MVVM.HH?.01
Channel SALO.HH?.03
Channel *.HHZ
Channel *.HHZ
N.B. Network code will be assigned from the first pattern that includes station and channel.
N.B. Network and location code will be assigned from the first pattern that includes station and channel.
Unless HH channels of BOB and TIR, all other stations will have default network code from <ahref="#DefaultNetworkCode">DefaultNetworkCode</a>.
Unless HH channels of BOB, TIR and MVVM, all other stations will have default network code from <ahref="#DefaultNetworkCode">DefaultNetworkCode</a>.
Unless HH channels of MVVM and SALO, all other stations will have NULL location or the default location code from <ahref="#DefaultLocationCode">DefaultLocationCode</a>, if it is declared.