Modifier and Type | Method and Description |
---|---|
static YStepperMotor |
YStepperMotor.FindStepperMotor(String func)
Retrieves a stepper motor for a given identifier.
|
static YStepperMotor |
YStepperMotor.FindStepperMotorInContext(YAPIContext yctx,
String func)
Retrieves a stepper motor for a given identifier in a YAPI context.
|
static YStepperMotor |
YStepperMotor.FirstStepperMotor()
Starts the enumeration of stepper motors currently accessible.
|
static YStepperMotor |
YStepperMotor.FirstStepperMotorInContext(YAPIContext yctx)
Starts the enumeration of stepper motors currently accessible.
|
YStepperMotor |
YStepperMotor.nextStepperMotor()
Continues the enumeration of stepper motors started using yFirstStepperMotor().
|
Modifier and Type | Method and Description |
---|---|
void |
YStepperMotor.TimedReportCallback.timedReportCallback(YStepperMotor function,
YMeasure measure) |
void |
YStepperMotor.UpdateCallback.yNewValue(YStepperMotor function,
String functionValue) |
Copyright © 2019. All rights reserved.