Reading Static Digital State
This means reading a channel’s current digital state when an algorithm executes. This is the default function assigned to all digital input channels after *RST and at
To set channels 40 through 43 to input digital states
*RST
SENS:FUNC:COND (@140:143)default for all dig inputs
ALG:DEF ’ALG1’,’ writecvt(I140,40); writecvt(I141,41); writecvt(142,42); writecvt(143,43);’
INIT do loop
SENSE:DATA:CVT? (@40:43) read 4 CVT values
end loop