SetProfileXSamplingRate Method (DeviceQIA123)
In This Topic
Set sampling rate for profile.
Syntax
'Declaration
Public Sub SetProfileXSamplingRate( _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As DeviceQIA123
Dim profileNumber As Integer
Dim samplesPerSecond As String
instance.SetProfileXSamplingRate(profileNumber, samplesPerSecond)
public void SetProfileXSamplingRate(
int ,
string
)
Parameters
- profileNumber
- samplesPerSecond
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also