Universal Robots TypeScript API - v10.12.0
Preparing search index...
contribution-api
WaypointNode
Interface WaypointNode
ProgramNode is the base of all derived programNodes
interface
WaypointNode
{
allowsChildren
?:
boolean
;
isSuppressed
?:
boolean
;
lockChildren
?:
boolean
;
locked
?:
boolean
;
parameters
:
{
activeParameterType
:
"Time"
|
"Inherited"
|
"Custom"
;
custom
:
{
joint
:
{
acceleration
:
TabInputModel
<
AngularAcceleration
>
;
speed
:
TabInputModel
<
AngularSpeed
>
;
}
;
linear
:
{
acceleration
:
TabInputModel
<
Acceleration
>
;
speed
:
TabInputModel
<
Speed
>
;
}
;
}
;
expression
?:
{
expression
:
string
}
;
fixed
?:
{
nameVariable
:
URVariable
;
position
?:
KinematicPosition
}
;
frame
:
{
custom
:
boolean
;
frameId
:
string
}
;
positionType
:
"expression"
|
"fixed"
|
"variable"
;
time
:
TabInputModel
<
Time
>
;
transform
:
boolean
;
transformVariable
?:
URVariable
;
variable
?:
{
variable
:
URVariable
}
;
}
;
type
:
WAYPOINT
;
version
:
string
;
}
Hierarchy (
View Summary
)
ProgramNode
WaypointNode
Index
Properties
allows
Children?
is
Suppressed?
lock
Children?
locked?
parameters
type
version
Properties
Optional
allows
Children
allowsChildren
?:
boolean
Optional
is
Suppressed
isSuppressed
?:
boolean
Optional
lock
Children
lockChildren
?:
boolean
Optional
locked
locked
?:
boolean
parameters
parameters
:
{
activeParameterType
:
"Time"
|
"Inherited"
|
"Custom"
;
custom
:
{
joint
:
{
acceleration
:
TabInputModel
<
AngularAcceleration
>
;
speed
:
TabInputModel
<
AngularSpeed
>
;
}
;
linear
:
{
acceleration
:
TabInputModel
<
Acceleration
>
;
speed
:
TabInputModel
<
Speed
>
;
}
;
}
;
expression
?:
{
expression
:
string
}
;
fixed
?:
{
nameVariable
:
URVariable
;
position
?:
KinematicPosition
}
;
frame
:
{
custom
:
boolean
;
frameId
:
string
}
;
positionType
:
"expression"
|
"fixed"
|
"variable"
;
time
:
TabInputModel
<
Time
>
;
transform
:
boolean
;
transformVariable
?:
URVariable
;
variable
?:
{
variable
:
URVariable
}
;
}
type
type
:
WAYPOINT
version
version
:
string
Settings
Member Visibility
External
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
allows
Children
is
Suppressed
lock
Children
locked
parameters
type
version
Universal Robots TypeScript API - v10.12.0
Loading...
ProgramNode is the base of all derived programNodes