Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. source the conda environments described in the parent page
    1. (Deprecated, but good links) Building/Running TimeTool Software and Firmware
  2. open a python shell
  3. execute code below

    Code Block
    #!/usr/bin/env python3
    import pyrogue.gui
    import TimeToolDev
    import sys
    import time
    
    cl = TimeToolDev.TimeToolDev(True)
     
     
    cl.ClinkTest.ClinkTop.ChannelA.DataEn.get()
    cl.ClinkTest.ClinkTop.ChannelA.DataEn.set(True)
    time.sleep(3)
    cl.ClinkTest.ClinkTop.ChannelA.DataEn.set(False)
    cl.stop()
    
    
  4. if the time tool hardware is setup, then the fiducial counter will start to increment.

 

Info

Content by Label
showLabelsfalse
max5
spacesPSDMInternal
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "PSDMInternal"
labelskb-how-to-article

...