Home| superdarn |src.lib|tk|channel| set_stereo_channel Index

set_stereo_channel

Syntax
int set_stereo_channel(char *chnstr);
Header
superdarn/channel.h
Library
channel
Description

The set_stereo_channel function takes a string specifying the stereo channel and returns the integer flag value.

Returns
Returns 1 for a and 2 for b. On error, (-1) is returned.
Errors
On error, (-1) is returned.
Example
None