public static class Sequencer.ChannelConfigSteps extends java.lang.Object implements Sequencer.ChannelConfig
Steps channels are channels in which fixed-width pulses are generated with varying frequency,
which corresponds to the actuator speed. A good example is a stepper motor in an application
which requires position control. Unlike the FM speed channel, steps channels will generate a
deterministic number of steps in a given duration, as well as allow changing the time-base on
every cue. See Sequencer.ChannelCueSteps for a discussion on number of steps calculation. A
steps channel will idle (not produce any pulses) during a stall event.
| Modifier and Type | Field and Description |
|---|---|
DigitalOutput.Spec[] |
pinSpec
Specification of the output pin(s) for this channel.
|
| Constructor and Description |
|---|
Sequencer.ChannelConfigSteps(DigitalOutput.Spec... pinSpec)
Constructor.
|
public final DigitalOutput.Spec[] pinSpec
public Sequencer.ChannelConfigSteps(DigitalOutput.Spec... pinSpec)
pinSpec - See pinSpec.