@Deprecated public class Motor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
velocityValue
Deprecated.
|
| Constructor and Description |
|---|
Motor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getContinuousCurrentLimit()
Deprecated.
|
int |
getCurrentValue()
Deprecated.
|
int |
getCurrentValueToMaintain()
Deprecated.
|
int |
getMaxSpeedInCurrentMode()
Deprecated.
|
int |
getMotorType()
Deprecated.
|
String |
getName()
Deprecated.
|
int |
getOutputCurrentLimit()
Deprecated.
|
int |
getPolePairNumber()
Deprecated.
|
int |
getPositionSensorType()
Deprecated.
|
int |
getThermalTimeConstantWinding()
Deprecated.
|
void |
setContinuousCurrentLimit(int continuousCurrentLimit)
Deprecated.
|
void |
setCurrentValue(int currentValue)
Deprecated.
|
void |
setCurrentValueToMaintain(int currentValueToMaintain)
Deprecated.
|
void |
setMaxSpeedInCurrentMode(int maxSpeedInCurrentMode)
Deprecated.
|
void |
setMotorType(int motorType)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setOutputCurrentLimit(int outputCurrentLimit)
Deprecated.
|
void |
setPolePairNumber(int polePairNumber)
Deprecated.
|
void |
setPositionSensorType(int positionSensorType)
Deprecated.
|
void |
setThermalTimeConstantWinding(int thermalTimeConstantWinding)
Deprecated.
|
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.