Write/Read

ExternalALC Property


Description

Sets or returns the source of the analyzer leveling control.

 VB Syntax

app.ExternalALC = value

Variable

(Type) - Description

app

An Application (object)

value

(boolean) - Choose from:
True
 - Leveling control supplied through the rear panel.

False - Leveling control supplied inside the analyzer

Return Type

Boolean

Default

False

Examples

app.ExternalALC = True 'Write

extALC = app.ExternalALC 'Read

C++ Syntax

HRESULT get_ExternalALC(VARIANT_BOOL *pVal)
HRESULT put_ExternalALC(VARIANT_BOOL newVal)

  Interface

IApplication