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