Write/Read
About External DC Devices

BeforeSweepCmd Property


Description

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

 VB Syntax

extDC.BeforeSweepCmd = value

Variable

(Type) - Description

extDC

A ExternalDCDevice (object)

value

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

Return Type

String

Default

" " Empty String

Examples

extDC.BeforeSweepCmd = "OUTP ON" 'Write

value = extDC.BeforeSweepCmd 'Read

C++ Syntax

HRESULT get_BeforeSweepCmd( BSTR* cmd);

HRESULT put_BeforeSweepCmd( BSTR cmd);

Interface

IExternalDCDevice3