Click or drag to resize

SPICE3DeviceConnections Property

Define the number of connections used in parallel.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public int Connections { get; set; }

Property Value

Int32
Remarks
Must be at least 2, as the first connection will be reserved for control commands. Suggested value: 4, as the performance won't increase appreciably with more than 4 connections.
See Also