07-28-2023 09:01 AM
HI
I have a problem during measurements of one of the channels one the PXI-4163, when measuring I get the warning 1073364992, and return nan values.
Am using python where I am measuring several channels in a loop, using the measure multiple, but this always fails with this particular channel. More information is that this channels is configured to be a current source with a voltage compliance. The channel has its output on during the measurements.
Solved! Go to Solution.
07-29-2023 01:48 PM
Could you share the content of the exception?
08-03-2023 05:25 AM
warning DriverWarning:warning 1073364992 occurred measurement over range
08-31-2023 07:11 AM
I have finally found the cause of the error, and fixed it,
When it is happening when current_level and current_level_limit are equal, and the load is able consume just above the current_level, then we get that measurement range error. The solution is always to have the current_level_limit higher than the current_level. The error does not occur when the current_level is slightly below the current_level_limit.