gstlal 1.13.0
Loading...
Searching...
No Matches
python.pipeparts.source.NDSChannelType Class Reference

Static Public Attributes

str Unknown = 'unknown'
str Online = 'online'
str Raw = 'raw'
str Reduced = 'reduced'
str SecondTrend = 's-trend'
str MinuteTrend = 'm-trend'
str TestPoint = 'test-pt'

Detailed Description

Enumeration of NDS channel types

    References:
        Implementation: gstlal-ugly/gst/nds/ndssrc.c

Definition at line 38 of file source.py.

Member Data Documentation

◆ MinuteTrend

str python.pipeparts.source.NDSChannelType.MinuteTrend = 'm-trend'
static

Definition at line 49 of file source.py.

◆ Online

str python.pipeparts.source.NDSChannelType.Online = 'online'
static

Definition at line 45 of file source.py.

◆ Raw

str python.pipeparts.source.NDSChannelType.Raw = 'raw'
static

Definition at line 46 of file source.py.

◆ Reduced

str python.pipeparts.source.NDSChannelType.Reduced = 'reduced'
static

Definition at line 47 of file source.py.

◆ SecondTrend

str python.pipeparts.source.NDSChannelType.SecondTrend = 's-trend'
static

Definition at line 48 of file source.py.

◆ TestPoint

str python.pipeparts.source.NDSChannelType.TestPoint = 'test-pt'
static

Definition at line 50 of file source.py.

◆ Unknown

str python.pipeparts.source.NDSChannelType.Unknown = 'unknown'
static

Definition at line 44 of file source.py.


The documentation for this class was generated from the following file: