SetChannelXSpanOutputRange Method (DeviceIAA105)
In This Topic
Sets the span output range for the specified channel.
Syntax
'Declaration
Public Sub SetChannelXSpanOutputRange( _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As DeviceIAA105
Dim channelNumber As Integer
Dim spanRange As String
instance.SetChannelXSpanOutputRange(channelNumber, spanRange)
public void SetChannelXSpanOutputRange(
int ,
string
)
Parameters
- channelNumber
- spanRange
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also