Resistance measurements with RADTP signals
Hi there!
I’m currently trying to measure the resistance/impedance between the RADTP signals and the ground (GND), but I keep encountering the following error: "resistance invalid, out of range".
Below are the different code approaches I’ve tried so far. If you could help me figure out what I might be doing wrong or suggest alternative commands to achieve this, it would be greatly appreciated. Thank you in advance for your assistance!
Code 1:
title: Measure Resistance Between RATP02 and GND
suite:
- title: Measure Resistance Between RATP02 and GND
steps:
- command: mux 0 RATP02
- command: measure impedance 0
ground: GND
Code 2:
title: Measure Resistance Between RATP02 and GND
suite:
- title: Measure Resistance Between RATP02 and GND
steps:
- command: mux 0 RATP02
- command: mux 1 GND
- command: measure impedance 0 1
Code 3:
title: Measure Resistance Between RATP02 and GND
suite:
- title: Measure Resistance Between RATP02 and GND
steps:
- command: mux 0 RATP02
- command: mux 1 GND
- command: short 0 1 set
- command: measure impedance >500Ohm
- command: short 0 1 release
If there are alternative commands or additional configurations required to make this work, I’d love to hear your suggestions.
Thanks again for your help!
Please sign in to leave a comment.
Comments
0 comments