SetChannelXSamplingRate Method (DeviceQIA128)
In This Topic
Sets the sampling rate for the specified channel.
Syntax
'Declaration
Public Sub SetChannelXSamplingRate( _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As DeviceQIA128
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