public class Fcs_StepperMotor_MotorConfigurationEvent extends CameraEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
Fcs_StepperMotor_MotorConfigurationEvent.Builder |
| Constructor and Description |
|---|
Fcs_StepperMotor_MotorConfigurationEvent(String version,
int accelRamp,
boolean backOff,
int brakeRamp,
int iPhase,
int iPhaseStill,
int maxJerkAccel,
int maxJerkBrake,
double maxRampTime,
int minStepFreq,
int quickRamp,
int rampType,
int reverseClearance,
int stepFreq,
int stepMode) |
| Modifier and Type | Method and Description |
|---|---|
static Fcs_StepperMotor_MotorConfigurationEvent.Builder |
builder() |
int |
getAccelRamp() |
int |
getBrakeRamp() |
int |
getIPhase() |
int |
getIPhaseStill() |
int |
getMaxJerkAccel() |
int |
getMaxJerkBrake() |
double |
getMaxRampTime() |
int |
getMinStepFreq() |
int |
getQuickRamp() |
int |
getRampType() |
int |
getReverseClearance() |
int |
getStepFreq() |
int |
getStepMode() |
String |
getVersion() |
boolean |
isBackOff() |
String |
toString() |
public Fcs_StepperMotor_MotorConfigurationEvent(String version, int accelRamp, boolean backOff, int brakeRamp, int iPhase, int iPhaseStill, int maxJerkAccel, int maxJerkBrake, double maxRampTime, int minStepFreq, int quickRamp, int rampType, int reverseClearance, int stepFreq, int stepMode)
public String getVersion()
public int getAccelRamp()
public boolean isBackOff()
public int getBrakeRamp()
public int getIPhase()
public int getIPhaseStill()
public int getMaxJerkAccel()
public int getMaxJerkBrake()
public double getMaxRampTime()
public int getMinStepFreq()
public int getQuickRamp()
public int getRampType()
public int getReverseClearance()
public int getStepFreq()
public int getStepMode()
public static Fcs_StepperMotor_MotorConfigurationEvent.Builder builder()
Copyright © 2024. All rights reserved.