SetChannelXNumberLoadingPoints Method (DeviceUSB225)
In This Topic
Set number of loading points for channel.
Syntax
'Declaration
Public Sub SetChannelXNumberLoadingPoints( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As DeviceUSB225
Dim channelNumber As Integer
Dim numberOfLoadingPoints As Integer
instance.SetChannelXNumberLoadingPoints(channelNumber, numberOfLoadingPoints)
public void SetChannelXNumberLoadingPoints(
int ,
int
)
Parameters
- channelNumber
- numberOfLoadingPoints
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also