Write/Read
About External DC Devices

ExitCmd Property


Description

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

 VB Syntax

extDC.ExitCmd = value

Variable

(Type) - Description

extDC

A ExternalDCDevice (object)

value

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

Return Type

String

Default

" " Empty String

Examples

extDC.ExitCmd = "OUTP OFF" 'Write

value = extDC.ExitCmd 'Read

C++ Syntax

HRESULT get_ExitCmd( BSTR* cmd);

HRESULT put_ExitCmd( BSTR cmd);

Interface

IExternalDCDevice3