public class Motor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
velocityValue |
| Constructor and Description |
|---|
Motor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getContinuousCurrentLimit() |
int |
getCurrentValue() |
int |
getCurrentValueToMaintain() |
int |
getMaxSpeedInCurrentMode() |
int |
getMotorType() |
String |
getName() |
int |
getOutputCurrentLimit() |
int |
getPolePairNumber() |
int |
getPositionSensorType() |
int |
getThermalTimeConstantWinding() |
void |
setContinuousCurrentLimit(int continuousCurrentLimit) |
void |
setCurrentValue(int currentValue) |
void |
setCurrentValueToMaintain(int currentValueToMaintain) |
void |
setMaxSpeedInCurrentMode(int maxSpeedInCurrentMode) |
void |
setMotorType(int motorType) |
void |
setName(String name) |
void |
setOutputCurrentLimit(int outputCurrentLimit) |
void |
setPolePairNumber(int polePairNumber) |
void |
setPositionSensorType(int positionSensorType) |
void |
setThermalTimeConstantWinding(int thermalTimeConstantWinding) |
public String getName()
public void setName(String name)
name - the name to setpublic int getMotorType()
public void setMotorType(int motorType)
motorType - the motorType to setpublic int getPositionSensorType()
public void setPositionSensorType(int positionSensorType)
positionSensorType - the positionSensorType to setpublic int getContinuousCurrentLimit()
public void setContinuousCurrentLimit(int continuousCurrentLimit)
continuousCurrentLimit - the continuousCurrentLimit to setpublic int getMaxSpeedInCurrentMode()
public void setMaxSpeedInCurrentMode(int maxSpeedInCurrentMode)
maxSpeedInCurrentMode - the maxSpeedInCurrentMode to setpublic int getThermalTimeConstantWinding()
public void setThermalTimeConstantWinding(int thermalTimeConstantWinding)
thermalTimeConstantWinding - the thermalTimeConstantWinding to setpublic int getOutputCurrentLimit()
public void setOutputCurrentLimit(int outputCurrentLimit)
outputCurrentLimit - the outputCurrentLimit to setpublic int getPolePairNumber()
public void setPolePairNumber(int polePairNumber)
polePairNumber - the polePairNumber to setpublic int getCurrentValue()
public void setCurrentValue(int currentValue)
currentValue - the currentValue to setpublic int getCurrentValueToMaintain()
public void setCurrentValueToMaintain(int currentValueToMaintain)
Copyright © 2014 LSST. All Rights Reserved.