Passed
Pull Request — master (#50)
by Ian
09:34
created

build.rsudp.c_pd   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 9
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 7
dl 0
loc 9
rs 10
c 0
b 0
f 0
1
import os, sys
2
import time
3
import rsudp.raspberryshake as rs
4
from rsudp import printM, printW, printE, helpers
5
from rsudp.test import TEST
6
7
class Pd(rs.ConsumerThread):
8
	"""
9
	.. versionadded:: 1.1.1
10
11
	A consumer class that calculates peak amplitude of displacement P(d) when a trigger is set off.
12
    """
13