Write/Read
About External SMU Devices

ChanActive Property


Description

Set and return the state of activation of the SMU device.

 VB Syntax

extSMU.ChanActive <chanNum>,<value>

Variable

(Type) - Description

extSMU

An ExteranlSMUDevice (object)

<chanNum>

Channel number for the external SMU

<value>

(Boolean)  Choose from:

True - Channel is active.

False - Channel is NOT active.

Return Type

Boolean

Default

Not applicable

Examples

extSMU.ChanActive = 2,True 'Write
variable = extSMU.ChanActive 'Read

C++ Syntax

HRESULT get_ChanActive( long chanNum, VARIANT_BOOL* value)

HRESULT put_ChanActive( long chanNum, VARIANT_BOOL value)

Interface

IExternalSMUDevice