Class: Path

Basic.PathOp.Path()

General Path construction.

Constructor

new Path()

Creates the path followed by the Star Pointer composed by equatorial or step coords, laser status and time delay between steps.
Source:

Members

duration :number

Sum of all path segments delay in 100 us unit.
Type:
  • number
Source:

path :Array.<Segment>

array of Segment objects.
Type:
  • Array.<Segment>
Source:

size :number

path number of segments.
Type:
  • number
Source:

Methods

addPath(Path)

Concatenate path.
Parameters:
Name Type Description
Path Path
Source:

addSegment(Segment)

Add segment object to the path.
Parameters:
Name Type Description
Segment Segment
Source:

reset()

Resets Path variables.
Source: