SetChannelXScaleFactor Method (DeviceQIA128)
In This Topic
Sets the scale factor for the specified channel.
Syntax
'Declaration
Public Sub SetChannelXScaleFactor( _
ByVal As Integer, _
ByVal As Double _
)
'Usage
Dim instance As DeviceQIA128
Dim channelNumber As Integer
Dim scaleFactor As Double
instance.SetChannelXScaleFactor(channelNumber, scaleFactor)
public void SetChannelXScaleFactor(
int ,
double
)
Parameters
- channelNumber
- scaleFactor
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also