First draft of the Nitos federation with SFA
[sfa.git] / sfa / rspecs / elements / channel.py
1 from sfa.rspecs.elements.element import Element
2  
3 class Channel(Element):
4     
5     fields = [
6         'channel_num',
7         'frequency',
8         'standard',
9     ]