Click or drag to resize

IPCProcessRequestWeight Property

For shared processes, this defines the weight of this function. Units are the percentage of one second that this function will require CPU. So for example, a CIP IO device that has an RPI of 10ms (rpi), and each update takes 1ms (time) Weight = time / rpi

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public double Weight { get; }

Property Value

Type: Double
See Also