Click or drag to resize

SignalGeneratorMasterGenerator Property

LightningChart .NET Help
Master generator. Several generators can be combined together to produce a synchronized multi-channel output data stream. Master sets the sampling frequency for each slave generator and combines the samples from each slave to master's output data stream. Set this null if this is a master generator.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public SignalGenerator MasterGenerator { get; set; }

Property Value

Type: SignalGenerator
See Also