Technical data

Programming With Generic Application Handler 4
E6198B Switch/Load Unit Software Manual 4-19
}
int main()
{
long return;
e6198b_openCurrentSense(0, 1,&return);
}
int e6198b_openCurrentSense(long boxNr, long slotNr,*status)
{
slu_status=SetCurrentSense(boxNr, slotNr, 0,*status); //channel=0 to unlock
sense
return slu_status;
}