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