SetChannelXAlarmXThresholdXValue Method (DeviceIDC250)
In This Topic
Syntax
'Declaration
Public Sub SetChannelXAlarmXThresholdXValue( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Double _
)
'Usage
Dim instance As DeviceIDC250
Dim channelNumber As Integer
Dim alarmNumber As Integer
Dim thresholdNumber As Integer
Dim value As Double
instance.SetChannelXAlarmXThresholdXValue(channelNumber, alarmNumber, thresholdNumber, value)
public void SetChannelXAlarmXThresholdXValue(
int ,
int ,
int ,
double
)
Parameters
- channelNumber
- alarmNumber
- thresholdNumber
- value
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also