Click or drag to resize

VirtualSignalConfigInputSignals Property

List of input signals needed for the computation to run. See CalculationType for the necessary number of input signals per calculation.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public RepeatedField<Signal> InputSignals { get; }

Property Value

RepeatedFieldSignal
See Also