Electronics > Mechanical & Automation Engineering

Keithley 2450 / 2470 SMU change trigger edge inside a trigger model? TRS

(1/1)

slow_rider:
So basically I want to be able and trigger on both edges.

At the top of the file I have this code to trigger on digital in 1, rising edge:

--- Code: ---digio.line[1].mode = digio.MODE_TRIGGER_IN
trigger.digin[1].edge = trigger.EDGE_RISING
--- End code ---

But it seems that if I insert a similar line to #2 with EDGE_FALLING inside the trigger model it does not do anything.

Anyone knows how should I do this?

thm_w:
https://www.manualslib.com/manual/1322979/Keithley-2450.html?page=702

--- Quote ---trigger.EDGE_EITHER Detects rising- or falling-edge triggers as input.
--- End quote ---

Navigation

[0] Message Index

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod