What is the fastest readouts poll rate on SDM multimeters via SCPI over LAN? Sacrificing precision for speed is acceptable.
SDM3045X multimeter is connected to a PC via LAN patch cable, there are no network switches or routers between them.
I'm getting between 40ms and 45ms per readout.
Setup commands:
CONF:CURR:AC 0.6
CURR:AC:NPLC 0.3
CURR:AC:NULL 0
TRIG:COUN 1
TRIG:DEL 0
TRIG:DEL:AUTO 0
TRIG:SOUR IMM
SAMP:COUN 1
Values (AC current) are read by executing:
INIT
DATA:LAST?
This is a simple single-thread application, and now the requirement is to reduce SCPI read time.
I have read the manuals and I am aware that it is possible to set-up the trigger so that the instrument's buffer is filled with measurements at a rate defined by NPLC.
But at the moment I don't have the instrument here with me to properly test the code changes.