Universal Robots TypeScript API - v10.12.0
Preparing search index...
contribution-api
MotionProfilesNode
Interface MotionProfilesNode
ApplicationNode defines the base of all Application contributions
interface
MotionProfilesNode
{
moveProfiles
:
{
joint
:
MotionProfile
[]
;
linear
:
MotionProfile
[]
;
process
:
MotionProfile
[]
;
}
;
selectedProfile
?:
string
;
type
:
string
;
version
:
string
;
}
Hierarchy (
View Summary
)
ApplicationNode
MotionProfilesNode
Index
Properties
move
Profiles
selected
Profile?
type
version
Properties
move
Profiles
moveProfiles
:
{
joint
:
MotionProfile
[]
;
linear
:
MotionProfile
[]
;
process
:
MotionProfile
[]
;
}
Optional
selected
Profile
selectedProfile
?:
string
type
type
:
string
version
version
:
string
Settings
Member Visibility
External
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
move
Profiles
selected
Profile
type
version
Universal Robots TypeScript API - v10.12.0
Loading...
ApplicationNode defines the base of all Application contributions