Visual Basic (Declaration) | |
---|---|
Public Enum SampleMode Inherits System.Enum |
C# | |
---|---|
public enum SampleMode : System.Enum |
C++/CLI | |
---|---|
public enum class SampleMode : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
FullRate | Use the full sample rate of the oscilloscope. | — |
FullRateDdc | Use the full rate ADC sample rate, but use hardware based DDC when possible | 24.20 |
Minimize | Use the minimum sample rate that avoids self aliasing. | — |
UserRate | Use the sample rate specified by the user (InputExtension.UserSampleRate). | — |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)