def getOffpulseZCT(self): """ Perform a zero-crossing test of the offpulse noise """ return u.zct(self.getOffpulse(), full=True, meansub=True)
def getOffpulseZCT(self): """ Perform a zero-crossing test of the offpulse noise """ return u.zct(self.getOffpulse(),full=True,meansub=True)