Write/Read
About External DC Devices

IDQuery Property


Description

Sets and returns the ID Query command for an external DC Source and an external DC Meter.

 VB Syntax

extDC.IDQuery = value

Variable

(Type) - Description

extDC

A ExternalDCDevice (object)

value

(String) The SCPI command for returning DC Source and DC Meter ID string.

Return Type

String

Default

"*IDN?"

Examples

extDC.IDQuery = "*IDN?" 'Write

value = extDC.IDQuery 'Read

C++ Syntax

HRESULT get_IDQuery( BSTR* cmd);

HRESULT put_IDQuery( BSTR cmd);

Interface

IExternalDCDevice3