##// END OF EJS Templates
Sync...
Sync BP parameters are set in accordance with TC_LFR_LOAD_NORMAL, BURST, SBM1 and SBM2 BP packets related to f0 data are sent in any mode

File last commit:

r101:30ac019d302a VHDLib206
r117:7ccc2641c507 VHDLib206
Show More
loadPlugin.py
14 lines | 365 B | text/x-python | PythonLexer
# -*- 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