SetChannelXNumberLoadingPoints Method (DeviceQIA123)
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 DeviceQIA123
Dim channelNumber As Integer
Dim value As Integer
instance.SetChannelXNumberLoadingPoints(channelNumber, value)
public void SetChannelXNumberLoadingPoints(
int ,
int
)
Parameters
- channelNumber
- value
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also