Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Visual C#でのNIVISAデバイスクリアについて

お世話になっております。

Visual C#と GPIB USB HSを用いて HPのマルチカウンタを操作してます。

まれに、

'Ivi.Visa.IOTimeoutException' の例外がスローされました。”とメッセージ
表記があります。

デバイスクリアしたいのですがVisual C#ではどのようにコーディングすればよろしいでしょうか?

 

メッセージベースセッションでプログラムを作成し通信しております。

 

何卒よろしくお願いいたします。

0 Kudos
Message 1 of 3
(2,022 Views)

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#?

0 Kudos
Message 2 of 3
(1,939 Views)

mydevice.IO.Clear();

 

where mydevice is the name of your class variable representing the device.

0 Kudos
Message 3 of 3
(1,902 Views)