REB Functional Tests  1.0
Testing suite for the WREB, GREB, and VST readout boards
VSTTest.TemperatureLogging Class Reference

Requests temperature logs for REB0.Temp(1-6) and CCD since the test started from the board's database. More...

Inheritance diagram for VSTTest.TemperatureLogging:

Public Member Functions

def __init__ (self, startTime)
 Initialize required variables for test list. More...
 
def runTest (self)
 Run the test, save output to state variables. More...
 
def summarize (self, summary)
 Summarize the test results for the cover page of the report. More...
 
def report (self, pdf)
 generate this test's page in the PDF report. More...
 

Detailed Description

Requests temperature logs for REB0.Temp(1-6) and CCD since the test started from the board's database.

Constructor & Destructor Documentation

def VSTTest.TemperatureLogging.__init__ (   self,
  startTime 
)

Initialize required variables for test list.

Parameters
startTimeTime to request temperature data since. Should be the beginning time of this test.

Member Function Documentation

def VSTTest.TemperatureLogging.report (   self,
  pdf 
)

generate this test's page in the PDF report.

Parameters
pdfpyfpdf-compatible PDF object.
def VSTTest.TemperatureLogging.runTest (   self)

Run the test, save output to state variables.

def VSTTest.TemperatureLogging.summarize (   self,
  summary 
)

Summarize the test results for the cover page of the report.

Parameters
summarySummary obejct passed from FunctionalTest()

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