| KM_AxisKM_Axis_TuningParamsMaxOutput Property |
Set or get Maximum Output for an axis. Limits magnitude of servo output.
Output saturates at the specified value. See also Servo Flow Diagram
and Step Response Screen for further information.
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public double MaxOutput { get; set; }
Public Property MaxOutput As Double
Get
Set
public:
property double MaxOutput {
double get ();
void set (double value);
}
Property Value
DoubleSee Also