Setting Channel Timing Precision


Recommended Posts

Actually when you put in 0.035, its actually stored as 0.035.  Its just the channel table rounds it to 0.040.  Of course if you then save the channel table, it will update it as 0.04.  One thing you could do is force the channel to that timing in script:

 

myChannel.timing = 0.035

channel.restart()

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.