Click or drag to resize

VirtualSignalConfig.InputSignals 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.2.0
Syntax
C#
public RepeatedField<Signal> InputSignals { get; }

Property Value

RepeatedField<Signal>
See Also