04-25-2022 09:51 PM
お世話になっております。
Visual C#と GPIB USB HSを用いて HPのマルチカウンタを操作してます。
まれに、
'Ivi.Visa.IOTimeoutException' の例外がスローされました。”とメッセージ
表記があります。
デバイスクリアしたいのですがVisual C#ではどのようにコーディングすればよろしいでしょうか?
メッセージベースセッションでプログラムを作成し通信しております。
何卒よろしくお願いいたします。
05-23-2022 12:50 AM
Please tell me about how to device clear which use visual c#.
I use "Visual C#" and "GPIB-USB -HS" to operate HP's multi-counter.
Sometimes, there is a message in the program that says "An exception for 'Ivi.Visa.IOTimeoutException' was thrown."
I want to clear the device, but how do I code it in Visual C#?
06-15-2022 05:02 AM
mydevice.IO.Clear();
where mydevice is the name of your class variable representing the device.