SignalGeneratorSamplingFrequency Property |
LightningChart .NET Help
Sampling frequency. The count of output points calculated per second.
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(10000)]
public int SamplingFrequency { get; set; }<DefaultValueAttribute(10000)>
Public Property SamplingFrequency As Integer
Get
Set
public:
[DefaultValueAttribute(10000)]
property int SamplingFrequency {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also