Determine whether a channel exists in a GWF file.
Requires a GWF backend library.
- Parameters:
- channel
str Name of data channel to find.
- gwf
str GWF file to read.
- backend
str, optional The GWF backend to use. Default is ‘any’.
- Returns:
- inframe
bool whether this channel is included in the table of contents for
the given GWF file.