Definition at line 498 of file getIBLDate.py.
◆ __init__()
| getIBLDate.scanDataThread.__init__ |
( |
| self, |
|
|
| threadID, |
|
|
| name ) |
Definition at line 499 of file getIBLDate.py.
499 def __init__(self, threadID, name):
500 threading.Thread.__init__(self)
501 self.threadID = threadID
502 self.name = name
503
◆ run()
| getIBLDate.scanDataThread.run |
( |
| self | ) |
|
Definition at line 504 of file getIBLDate.py.
505 print(
"Starting getIBLDate.py for " + self.name)
506 returnList = scanData(self.name)
507 print(
"Exiting getIBLDate.py for " + self.name +
" with no issues, data range from " +
508 str(returnList[0]) + " to " + str(returnList[1]))
509
void print(char *figname, TCanvas *c1)
◆ name
| getIBLDate.scanDataThread.name = name |
◆ threadID
| getIBLDate.scanDataThread.threadID = threadID |
The documentation for this class was generated from the following file: