UsbSabertoothFreewheel Method (Int32, Boolean)SyRen/Sabertooth Library for .NET
Causes the specified motor output to freewheel. In User Mode, this sets Q1 or Q2.

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

public void Freewheel(
	int motorOutputNumber,
	bool value
)

Parameters

motorOutputNumber
Type: SystemInt32
The motor output number, 1 or 2. You can also use a character, such as '3', to select the motor output by its Plain Text Serial address.
value
Type: SystemBoolean
true lets the motor output freewheel. false stops the freewheeling.
See Also

Reference