##// END OF EJS Templates
The HK packet contains v, e1 and e2 valid data at f3....
The HK packet contains v, e1 and e2 valid data at f3. The ACTN task mode is set to NO_PREEMPT In BURST, f3 flow is enabled to allow the v, e1 and e2 data pick-up for HK

File last commit:

r101:30ac019d302a VHDLib206
r129:85c441b3b744 VHDLib206
Show More
loadPlugin.py
14 lines | 365 B | text/x-python | PythonLexer
paul
Added a few files to the repository
r101 # -*- coding: utf-8 *-*
# setting up LPPMON plugins
from __main__ import proxy
if not(proxy.instanceExists("RMAPPlugin0")):
proxy.loadSysDriver("RMAPPlugin", "RMAPPlugin0")
proxy.loadSysDriverToParent("dsu3plugin", "RMAPPlugin0")
dsu3plugin0.openFile("/opt/DEV_PLE/FSW-qt/bin/fsw")
dsu3plugin0.loadFile()
dsu3plugin0.run()
from __main__ import RMAPPlugin0