Home | History | Annotate | Download | only in derived

Lines Matching refs:channel

32         for channel in measurements_csv.channels:
33 channel_map[channel].append(channel.kind)
34 for channel, kinds in channel_map.iteritems():
36 should_calculate_energy.append(channel.site)
37 if channel.site == 'timestamp':
39 time_measurment = channel.measurement_type
64 channel = entry.channel
65 site = channel.site
66 if channel.kind == 'energy':
72 if channel.kind == 'power':