Simply3DScan
Configuration.Motor Class Reference

Configuration for motor More...

Properties

int Steps [get, set]
 Gets or sets the number of steps. More...
 
int MicroSteps [get, set]
 Gets or sets the number of micro steps. More...
 
bool MicroStepsEnabled [get, set]
 Gets or sets a value indicating whether [micro steps enabled]. More...
 

Detailed Description

Configuration for motor

Definition at line 7 of file Motor.cs.

Property Documentation

int Configuration.Motor.MicroSteps
getset

Gets or sets the number of micro steps.

The micro steps.

Definition at line 24 of file Motor.cs.

bool Configuration.Motor.MicroStepsEnabled
getset

Gets or sets a value indicating whether [micro steps enabled].

true if [micro steps enabled]; otherwise, false.

Definition at line 31 of file Motor.cs.

int Configuration.Motor.Steps
getset

Gets or sets the number of steps.

The steps.

Definition at line 16 of file Motor.cs.


The documentation for this class was generated from the following file: