Write/Read
About External DC Devices

AbortSweepCmd Property


Description

Sets and returns the Abort Sweep command for an external DC Source and an external DC Meter.

 VB Syntax

extDC.AbortSweepCmd = value

Variable

(Type) - Description

extDC

A ExternalDCDevice (object)

value

(String) The SCPI command used to abort or reset the DC Source or DC Meter.

Return Type

String

Default

" " Empty String

Examples

extDC.AbortSweepCmd = "ABORt" 'Write

value = extDC.AbortSweepCmd 'Read

C++ Syntax

HRESULT get_AbortSweepCmd( BSTR* cmd);

HRESULT put_AbortSweepCmd( BSTR cmd);

Interface

IExternalDCDevice3