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

set_fix_channel

Syntax
int set_fix_channel(char *chnstr_fix);
Header
superdarn/channel.h
Library
channel
Description

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

Returns
Returns 1-4 for a-d input strings. On error, (-1) is returned.
Errors
On error, (-1) is returned.
Example
None