04-30-2012 01:49 PM
What does IMessageBasedSession.Clear() method actually do for GPIB system? Is there any GPIB command associated with this method?
Thank you.
05-01-2012 10:51 AM
Hi asergeev2001,
I believe the IMessageBasedSession.Clear() method sends the Selected Device Clear (SDC) command to your GPIB device. This command is used to reset internal or device functions of an addressed Listener. You can find more information about this method at the Object Browser and Driver Help Documentation.