Jump to content

hueyalex

Members
  • Posts

    2
  • Joined

  • Last visited

hueyalex's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hi, I am using the Analog Diligent Pro and am using the logic analyzer. I want to check the timing of my signals which are about a second apart, but when I change the scale, it only shows a small area. I tried changing the Rate, but that scaled down my base divs. How do I make it show the full range?
  2. clear() if (!('DMM' in this)) throw "Please open a DMM"; var batvol = 0; DMM.run(); for(var i = 0; i < 10; i++){ batvol = DMM.Voltage.value; wait(1); print("Battery Voltage: " + batvol + " V"); } I have the above code, but it keeps giving me the error "TypeError: Result of expression 'DMM.Voltage' [undefined] is not an object." How would i get voltage and current from the DMM? I could not find any documentation about the code for DMM.
×
×
  • Create New...