You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that when the device (Rev F) is first powered on, setting the channel mode to SVMI puts 2V across the channel output. This means if I want to do a DC measurement using the following:
the device under test gets a blast of 2V when the mode changes to SVMI before the output changes during the measurement. Putting a scope on the output when I run this program shows the 2V stays active for ~18 ms, before changing to the requested 1V.
As far as I can tell, it's necessary to set the channel mode before triggering a measurement so this seems to be unavoidable, which is potentially damaging to some devices. I was expecting the default output on power up to be 0V to prevent the risk of damaging the device under test.
Setting the mode back to SVMI puts the output to the last measured voltage, as expected.
Is there a software solution to guarantee that the default output voltage is 0V when setting SVMI mode after power up? Or is there a way to re-order the commands that I've missed such that the 2V never shows up unless requested?
The text was updated successfully, but these errors were encountered:
I've noticed that when the device (Rev F) is first powered on, setting the channel mode to SVMI puts 2V across the channel output. This means if I want to do a DC measurement using the following:
the device under test gets a blast of 2V when the mode changes to SVMI before the output changes during the measurement. Putting a scope on the output when I run this program shows the 2V stays active for ~18 ms, before changing to the requested 1V.
As far as I can tell, it's necessary to set the channel mode before triggering a measurement so this seems to be unavoidable, which is potentially damaging to some devices. I was expecting the default output on power up to be 0V to prevent the risk of damaging the device under test.
Setting the mode back to SVMI puts the output to the last measured voltage, as expected.
Is there a software solution to guarantee that the default output voltage is 0V when setting SVMI mode after power up? Or is there a way to re-order the commands that I've missed such that the 2V never shows up unless requested?
The text was updated successfully, but these errors were encountered: