Write/Read
About External DC Devices

AfterSweepCmd Property


Description

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

 VB Syntax

extDC.AfterSweepCmd = value

Variable

(Type) - Description

extDC

A ExternalDCDevice (object)

value

(String) The SCPI command to be sent at the end of a sweep.

Return Type

String

Default

" " Empty String

Examples

extDC.AfterSweepCmd = "OUTP OFF" 'Write

value = extDC.AfterSweepCmd 'Read

C++ Syntax

HRESULT get_AfterSweepCmd( BSTR* cmd);

HRESULT put_AfterSweepCmd( BSTR cmd);

Interface

IExternalDCDevice3