You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

step by step guide for using pyrogue to control the time tool.

Step-by-step guide

#!/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()

  • No labels