How do I measure current in the milliamp (mA) or microamp (uA) range?

Comments

1 comment

  • Official comment
    Ivo Clarysse

     

    During `currentDMM` measurements, the MUX subsystem is disconnected from the internal DMM; you can measure the current draw of a 1KOhm resistor directly.

    When autorange is disabled, the range will be inferred from the acceptance range.

    title: "LY11-615: Measure 5mA current draw on 5V rail"
    suite:
     - ident: POWER
       steps:
       - command: power 5V on
       - command: ground 1
       - command: wait
         timeout: 1s
     - ident: MEASURE
       title: Measure
       # 1KOhm resistor between GND1 and 5V.
       steps:
      - command: measure currentDMM 5V 4800-5200uA
    teardown:
      steps:
        - command: power off
    Comment actions Permalink

Please sign in to leave a comment.