Click or drag to resize

GeneralParametersSetAdcOutputEnabled Method

Sets whether or not ADC output is currently enabled.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SetAdcOutputEnabled(
	bool adcOutputEnabled
)

Parameters

adcOutputEnabled
Type: SystemBoolean
Whether or not ADC output is currently enabled.
See Also