| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Property SampleRate As Double | |
| C# | |
|---|---|
public abstract double SampleRate {get; set;} | |
Sample rate may be set automatically when downloading a waveform Source.VirtualSignalWaveformParametersAuto. An automatically set value can be modified by setting this property. The value of this property is retained through a waveform download if WaveformParametersAuto is false.
The parent source channel has a maximum available sample rate that is shared by all enabled source signals. The remaining portion of available sample rate can be queried SourceChannel.RemainingSampleRate. Setting sample rate to a value that exceeds the parent channel's remaining sample result in Enabled being set to false.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)