|
SAA_channelLoadSetup
Loads a channel setup (.chn) file.
By default, a channels session started with SAA_channelInit
uses the channel setup of the current scene. Loading a channel setup file allows you to
perform a channel run with a different channel setup.
If you want to load a channel setup file, you must call SAA_channelLoadSetup
before you start a channel run.
set filename "some_file_name"
SAA_channelLoadSetup $filename
filename
- Name of the channel setup (
.chn) file. Can include a path.
Return Value
Return correct usage if incorrect parameters are passed
"SI_ERR_ERROR_MSG" if a channel run is already active or if the
channel setup file could not be loaded.
|