Skip to content
Snippets Groups Projects
Commit 1e317f9b authored by Marko Mecina's avatar Marko Mecina
Browse files

add TC verification function

parent 86b291f9
No related branches found
No related tags found
No related merge requests found
...@@ -2184,10 +2184,10 @@ def get_tc_identifier(pool_name="LIVE", tc_apid=321, tc_ssc=1, tc_time=0.): ...@@ -2184,10 +2184,10 @@ def get_tc_identifier(pool_name="LIVE", tc_apid=321, tc_ssc=1, tc_time=0.):
return tc_identifier return tc_identifier
def await_tc_ack(*args, **kwargs):
return cfl.Verification.await_tc_ack(*args, **kwargs)
if __name__ == '__main__': if __name__ == '__main__':
sys.path.append('.') sys.path.append('.')
r=get_tc_acknow('PLM',0.,321,5) \ No newline at end of file
print(r)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment