UsbSabertoothPower Method (Int32, Int32)SyRen/Sabertooth Library for .NET
Controls the specified power output, if the power output is configured as a controllable output. In User Mode, this sets P1 or P2.

Namespace: DimensionEngineering
Assembly: DimensionEngineering.Sabertooth (in DimensionEngineering.Sabertooth.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

public void Power(
	int powerOutputNumber,
	int value
)

Parameters

powerOutputNumber
Type: SystemInt32
The power output number, 1 or 2. You can also use a character, such as '3', to select the power output by its Plain Text Serial address.
value
Type: SystemInt32
The value, between -2047 and 2047.
See Also

Reference