SetProfileXExcitationVoltage Method
In This Topic
Sets the excitation voltage for the specified profile.
Syntax
'Declaration
Public Sub SetProfileXExcitationVoltage( _
ByVal As Integer, _
ByVal As Single _
)
'Usage
Dim instance As DeviceIAA105
Dim profileNumber As Integer
Dim value As Single
instance.SetProfileXExcitationVoltage(profileNumber, value)
public void SetProfileXExcitationVoltage(
int ,
float
)
Parameters
- profileNumber
- value
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also