Search the Community
Showing results for tags 'patterns'.
-
I'm a Patterns newbie. I'm trying to produce a stable clock output that is steady, in free-running mode. Presently I'm not using any triggering, simply setting up a single DIO line to be type Clock, PP output, Continuous mode. What I'm getting is a square wave output that is not stable - it 'shifts' periodically as if Patterns is outputting an expected sequence of nice clean square waves, then resetting, and then outputting another good sequence of square waves. How do I set this up to produce output that is totally stable, without the periodic 'hiccups'? My goal is to produce a digi
-
I'm trying to write a script to custom define signals on the Patterns tool by following the code in the reference manual. However, these are not working: Patterns1.Channels.DIO1.name = "Testing" <- Doesn't change the name of the signal, but once I click on the edit button the pop window shows it as "Testing". Once I run the program a second time it get an error for "Patterns1.Channels.DIO1.name = "Testing"" and it's not resolved until I change it to "Patterns1.Channels.Testing.name = "Testing"" Patterns1.Channels.DIO1.DIO.value <- Returns: " Result of expression 'Patterns1.Ch
-
I'm using WaveForms2015 version 3.6.8 In the help files it specifies .Run.value under patterns yet it appears to be undefined: .Patterns# .States .Trigger.text .Wait.value .Run.value .Repeat.value .RepeatTrigger.checked my script: var AAtemp=Patterns1.Run.value; and the error message I receive: Error in line: 1 TypeError: Result of expression 'Patterns1.Run' [undefined] is not an object. I would like to set the run length of the pattern via script. How can I go about this?
- 1 reply
-
- ad2
- waveforms2015
-
(and 1 more)
Tagged with:
-
Is the a way to convert the patterns ( .dwfpatterns files) created with the Analog Discovery 1 to be used on the Analog Discover 2?
- 5 replies
-
- discover 2
- discover 1
-
(and 1 more)
Tagged with:
-
A custom asked the following: " is it possible to write a script to generate SPI data via the pattern generator? "