Write/Read
About External DC Devices

InitCmd Property


Description

Sets and returns the Enable I/O command for an external DC Source and an external DC Meter.

 VB Syntax

extDC.InitCmd = value

Variable

(Type) - Description

extDC

A ExternalDCDevice (object)

value

(String) The SCPI command used to enable the DC Source and DC Meter.

Return Type

String

Default

" " Empty String

Examples

extDC.InitCmd = "OUTP ON" 'Write

value = extDC.InitCmd 'Read

C++ Syntax

HRESULT get_InitCmd( BSTR* cmd);

HRESULT put_InitCmd( BSTR cmd);

Interface

IExternalDCDevice3