Click or drag to resize

SPICE3DeviceSetSpecialFunctionIO Method

Asserts or de-asserts the special function.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.34.0
Syntax
C#
public override void SetSpecialFunctionIO(
	SpecialFunctionType specialFunction,
	bool value
)

Parameters

specialFunction  SpecialFunctionType
Signal to set.
value  Boolean
True if active.
See Also