Settings changed with ibconfig only remain in effect for that session
with the driver. You can set defaults in Measurement & Automation
Explorer, but these only impact sessions to the GPIB interface, and not
to GPIB devices. This means that the default settings will be used with
a call like
ibfind(GPIBx), but the settings will not be used with
ibfind(DEVx) or
ibdev calls.
The best way to handle this is to use ibconfig to set the needed
parameters each time it starts. This can also improve the portability
of your application, because you are not dependent on settings made
outside of your application.
-Jason S.