Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal sampleRate As Double, _ ByVal settlePoints As Long, _ ByVal delayPoints As Long _ ) |
C# | |
---|---|
public RequirementsForTimeDomainInputData( double sampleRate, long settlePoints, long delayPoints ) |
C++/CLI | |
---|---|
public: RequirementsForTimeDomainInputData( double sampleRate, int64 settlePoints, int64 delayPoints ) |
Parameters
- sampleRate
- The sample rate for time domain input data with unit of Hz
- settlePoints
- The sum total of additional input data settling samples the user must supply in order to satisfy the configured measurement
- delayPoints
- The number of input data pre-settling (delay) samples incurred during the configured measurement
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)