Uses of Class
com.kuka.roboticsAPI.deviceModel.CartVelocityLimitSourceType

Packages that use CartVelocityLimitSourceType
com.kuka.roboticsAPI.deviceModel Contains classes describing the available devices in the RoboticsAPI. 
 

Uses of CartVelocityLimitSourceType in com.kuka.roboticsAPI.deviceModel
 

Methods in com.kuka.roboticsAPI.deviceModel that return CartVelocityLimitSourceType
static CartVelocityLimitSourceType CartVelocityLimitSourceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CartVelocityLimitSourceType[] CartVelocityLimitSourceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.kuka.roboticsAPI.deviceModel that return types with arguments of type CartVelocityLimitSourceType
 Set<CartVelocityLimitSourceType> CartesianVelocityLimitInfo.getVelocityLimitSources()
          Function for returning all the sources which caused the current aggregated velocity limit.
 

Constructor parameters in com.kuka.roboticsAPI.deviceModel with type arguments of type CartVelocityLimitSourceType
CartesianVelocityLimitInfo(Map<CartVelocityLimitSourceType,Integer> velocitySourceMap, int aggregatedVelocityLimit)
           
 



Copyright © 2019. All rights reserved.