##// END OF EJS Templates
fifo occupation reported in the HK packet
fifo occupation reported in the HK packet

File last commit:

r197:d5570d7e57e2 R3
r197:d5570d7e57e2 R3
Show More
EQM_reload_sw.py
17 lines | 413 B | text/x-python | PythonLexer
# LOAD FSW USING LINK 1
SpwPlugin0.StarDundeeSelectLinkNumber( 1 )
APB_UART_PLUGIN0.setFifoDebugEnabled( 0 )
dsu3plugin0.openFile("/opt/DEV_PLE/EQM/bin/eqm")
dsu3plugin0.loadFile()
dsu3plugin0.run()
APB_UART_PLUGIN0.setFifoDebugEnabled( 1 )
# START SENDING TIMECODES AT 1 Hz
SpwPlugin0.StarDundeeStartTimecodes( 1 )
# it is possible to change the time code frequency
#RMAPPlugin0.changeTimecodeFrequency(2)