wandelbots_api_client 26.3.0.dev29__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- wandelbots_api_client/__init__.py +48 -0
- wandelbots_api_client/api/__init__.py +63 -0
- wandelbots_api_client/api/application_api.py +1514 -0
- wandelbots_api_client/api/cell_api.py +1424 -0
- wandelbots_api_client/api/controller_api.py +2951 -0
- wandelbots_api_client/api/controller_ios_api.py +1205 -0
- wandelbots_api_client/api/coordinate_systems_api.py +1267 -0
- wandelbots_api_client/api/device_configuration_api.py +1193 -0
- wandelbots_api_client/api/library_program_api.py +1326 -0
- wandelbots_api_client/api/library_program_metadata_api.py +1090 -0
- wandelbots_api_client/api/library_recipe_api.py +1351 -0
- wandelbots_api_client/api/library_recipe_metadata_api.py +1050 -0
- wandelbots_api_client/api/license_api.py +865 -0
- wandelbots_api_client/api/motion_api.py +3596 -0
- wandelbots_api_client/api/motion_group_api.py +956 -0
- wandelbots_api_client/api/motion_group_infos_api.py +2611 -0
- wandelbots_api_client/api/motion_group_jogging_api.py +685 -0
- wandelbots_api_client/api/motion_group_kinematic_api.py +1055 -0
- wandelbots_api_client/api/program_api.py +1987 -0
- wandelbots_api_client/api/program_operator_api.py +1881 -0
- wandelbots_api_client/api/program_values_api.py +1444 -0
- wandelbots_api_client/api/store_collision_components_api.py +3074 -0
- wandelbots_api_client/api/store_collision_scenes_api.py +951 -0
- wandelbots_api_client/api/store_object_api.py +1387 -0
- wandelbots_api_client/api/system_api.py +1075 -0
- wandelbots_api_client/api/version_api.py +237 -0
- wandelbots_api_client/api/virtual_robot_api.py +1583 -0
- wandelbots_api_client/api/virtual_robot_behavior_api.py +649 -0
- wandelbots_api_client/api/virtual_robot_mode_api.py +1467 -0
- wandelbots_api_client/api/virtual_robot_setup_api.py +2116 -0
- wandelbots_api_client/api_client.py +688 -0
- wandelbots_api_client/api_response.py +20 -0
- wandelbots_api_client/authorization.py +243 -0
- wandelbots_api_client/configuration.py +579 -0
- wandelbots_api_client/exceptions.py +216 -0
- wandelbots_api_client/models/__init__.py +316 -0
- wandelbots_api_client/models/abb_controller.py +112 -0
- wandelbots_api_client/models/abb_controller_egm_server.py +87 -0
- wandelbots_api_client/models/activate_license_request.py +86 -0
- wandelbots_api_client/models/add_request.py +95 -0
- wandelbots_api_client/models/all_joint_positions_request.py +96 -0
- wandelbots_api_client/models/all_joint_positions_response.py +109 -0
- wandelbots_api_client/models/api_version.py +86 -0
- wandelbots_api_client/models/app.py +148 -0
- wandelbots_api_client/models/array_input.py +114 -0
- wandelbots_api_client/models/array_output.py +116 -0
- wandelbots_api_client/models/behavior.py +35 -0
- wandelbots_api_client/models/blending_auto.py +99 -0
- wandelbots_api_client/models/blending_position.py +97 -0
- wandelbots_api_client/models/box.py +98 -0
- wandelbots_api_client/models/box2.py +112 -0
- wandelbots_api_client/models/box3.py +112 -0
- wandelbots_api_client/models/capsule.py +87 -0
- wandelbots_api_client/models/capsule2.py +97 -0
- wandelbots_api_client/models/capsule3.py +101 -0
- wandelbots_api_client/models/capture.py +86 -0
- wandelbots_api_client/models/cell.py +142 -0
- wandelbots_api_client/models/circle.py +99 -0
- wandelbots_api_client/models/code_with_arguments.py +108 -0
- wandelbots_api_client/models/collection_value.py +322 -0
- wandelbots_api_client/models/collider.py +105 -0
- wandelbots_api_client/models/collider_input.py +105 -0
- wandelbots_api_client/models/collider_output.py +105 -0
- wandelbots_api_client/models/collider_output_shape.py +242 -0
- wandelbots_api_client/models/collider_shape.py +280 -0
- wandelbots_api_client/models/collision.py +110 -0
- wandelbots_api_client/models/collision_contact.py +92 -0
- wandelbots_api_client/models/collision_motion_group.py +124 -0
- wandelbots_api_client/models/collision_motion_group_assembly.py +128 -0
- wandelbots_api_client/models/collision_robot_configuration_input.py +121 -0
- wandelbots_api_client/models/collision_robot_configuration_output.py +121 -0
- wandelbots_api_client/models/collision_scene.py +117 -0
- wandelbots_api_client/models/collision_scene_assembly.py +133 -0
- wandelbots_api_client/models/command.py +140 -0
- wandelbots_api_client/models/command_settings.py +104 -0
- wandelbots_api_client/models/comparator.py +39 -0
- wandelbots_api_client/models/compound.py +114 -0
- wandelbots_api_client/models/container_environment_inner.py +87 -0
- wandelbots_api_client/models/container_image.py +122 -0
- wandelbots_api_client/models/container_image_secrets_inner.py +86 -0
- wandelbots_api_client/models/container_resources.py +89 -0
- wandelbots_api_client/models/container_storage.py +97 -0
- wandelbots_api_client/models/controller_capabilities.py +89 -0
- wandelbots_api_client/models/controller_instance.py +148 -0
- wandelbots_api_client/models/controller_instance_list.py +109 -0
- wandelbots_api_client/models/convex_hull.py +109 -0
- wandelbots_api_client/models/convex_hull2.py +97 -0
- wandelbots_api_client/models/convex_hull3.py +97 -0
- wandelbots_api_client/models/coordinate_system.py +108 -0
- wandelbots_api_client/models/coordinate_systems.py +109 -0
- wandelbots_api_client/models/create_program_run200_response.py +88 -0
- wandelbots_api_client/models/create_program_run_request.py +86 -0
- wandelbots_api_client/models/create_trigger200_response.py +86 -0
- wandelbots_api_client/models/create_trigger_request.py +101 -0
- wandelbots_api_client/models/cubic_spline.py +109 -0
- wandelbots_api_client/models/cubic_spline_cubic_spline_parameter.py +93 -0
- wandelbots_api_client/models/cubic_spline_parameter.py +93 -0
- wandelbots_api_client/models/cycle_time.py +86 -0
- wandelbots_api_client/models/cylinder.py +87 -0
- wandelbots_api_client/models/cylinder2.py +95 -0
- wandelbots_api_client/models/cylinder3.py +101 -0
- wandelbots_api_client/models/devices_inner.py +321 -0
- wandelbots_api_client/models/dh_parameter.py +98 -0
- wandelbots_api_client/models/direction.py +34 -0
- wandelbots_api_client/models/direction_jogging_request.py +136 -0
- wandelbots_api_client/models/error.py +87 -0
- wandelbots_api_client/models/execute_trajectory_request.py +182 -0
- wandelbots_api_client/models/execute_trajectory_response.py +223 -0
- wandelbots_api_client/models/execution_result.py +113 -0
- wandelbots_api_client/models/external_joint_stream_datapoint.py +96 -0
- wandelbots_api_client/models/external_joint_stream_datapoint_value.py +96 -0
- wandelbots_api_client/models/fanuc_controller.py +99 -0
- wandelbots_api_client/models/feedback_collision.py +126 -0
- wandelbots_api_client/models/feedback_joint_limit_exceeded.py +101 -0
- wandelbots_api_client/models/feedback_out_of_workspace.py +103 -0
- wandelbots_api_client/models/feedback_singularity.py +102 -0
- wandelbots_api_client/models/flag.py +86 -0
- wandelbots_api_client/models/force_vector.py +103 -0
- wandelbots_api_client/models/geometry.py +167 -0
- wandelbots_api_client/models/get_all_program_runs200_response.py +109 -0
- wandelbots_api_client/models/get_all_triggers200_response.py +109 -0
- wandelbots_api_client/models/get_mode_response.py +87 -0
- wandelbots_api_client/models/get_trajectory_response.py +112 -0
- wandelbots_api_client/models/get_trajectory_sample_response.py +90 -0
- wandelbots_api_client/models/google_protobuf_any.py +102 -0
- wandelbots_api_client/models/http_exception_response.py +86 -0
- wandelbots_api_client/models/http_validation_error.py +109 -0
- wandelbots_api_client/models/http_validation_error2.py +109 -0
- wandelbots_api_client/models/image_credentials.py +88 -0
- wandelbots_api_client/models/info_service_capabilities.py +110 -0
- wandelbots_api_client/models/initialize_movement_request.py +111 -0
- wandelbots_api_client/models/initialize_movement_response.py +96 -0
- wandelbots_api_client/models/initialize_movement_response_init_response.py +89 -0
- wandelbots_api_client/models/io.py +105 -0
- wandelbots_api_client/models/io_description.py +156 -0
- wandelbots_api_client/models/io_value.py +104 -0
- wandelbots_api_client/models/ios.py +109 -0
- wandelbots_api_client/models/jogging_response.py +117 -0
- wandelbots_api_client/models/jogging_service_capabilities.py +87 -0
- wandelbots_api_client/models/joint_jogging_request.py +108 -0
- wandelbots_api_client/models/joint_limit.py +123 -0
- wandelbots_api_client/models/joint_limit_exceeded.py +96 -0
- wandelbots_api_client/models/joint_position_request.py +104 -0
- wandelbots_api_client/models/joint_trajectory.py +117 -0
- wandelbots_api_client/models/joints.py +86 -0
- wandelbots_api_client/models/kinematic_service_capabilities.py +96 -0
- wandelbots_api_client/models/kuka_controller.py +112 -0
- wandelbots_api_client/models/kuka_controller_rsi_server.py +92 -0
- wandelbots_api_client/models/license.py +124 -0
- wandelbots_api_client/models/license_status.py +88 -0
- wandelbots_api_client/models/license_status_enum.py +37 -0
- wandelbots_api_client/models/limit_settings.py +223 -0
- wandelbots_api_client/models/limits_override.py +132 -0
- wandelbots_api_client/models/list_io_descriptions_response.py +109 -0
- wandelbots_api_client/models/list_io_values_response.py +109 -0
- wandelbots_api_client/models/list_payloads_response.py +109 -0
- wandelbots_api_client/models/list_program_metadata_response.py +109 -0
- wandelbots_api_client/models/list_recipe_metadata_response.py +109 -0
- wandelbots_api_client/models/list_response.py +109 -0
- wandelbots_api_client/models/list_tcps_response.py +112 -0
- wandelbots_api_client/models/location_inner.py +153 -0
- wandelbots_api_client/models/location_inner1.py +142 -0
- wandelbots_api_client/models/manufacturer.py +37 -0
- wandelbots_api_client/models/mode_change_response.py +97 -0
- wandelbots_api_client/models/motion_command.py +109 -0
- wandelbots_api_client/models/motion_command_blending.py +164 -0
- wandelbots_api_client/models/motion_command_path.py +221 -0
- wandelbots_api_client/models/motion_group_behavior_getter.py +87 -0
- wandelbots_api_client/models/motion_group_info.py +88 -0
- wandelbots_api_client/models/motion_group_infos.py +109 -0
- wandelbots_api_client/models/motion_group_instance.py +101 -0
- wandelbots_api_client/models/motion_group_instance_list.py +109 -0
- wandelbots_api_client/models/motion_group_joints.py +100 -0
- wandelbots_api_client/models/motion_group_physical.py +105 -0
- wandelbots_api_client/models/motion_group_specification.py +136 -0
- wandelbots_api_client/models/motion_group_state.py +180 -0
- wandelbots_api_client/models/motion_group_state_joint_limit_reached.py +86 -0
- wandelbots_api_client/models/motion_group_state_response.py +103 -0
- wandelbots_api_client/models/motion_id.py +88 -0
- wandelbots_api_client/models/motion_ids_list_response.py +89 -0
- wandelbots_api_client/models/motion_vector.py +103 -0
- wandelbots_api_client/models/mounting.py +98 -0
- wandelbots_api_client/models/move_request.py +162 -0
- wandelbots_api_client/models/move_response.py +91 -0
- wandelbots_api_client/models/move_to_trajectory_via_joint_ptp_request.py +107 -0
- wandelbots_api_client/models/movement.py +90 -0
- wandelbots_api_client/models/movement_error.py +90 -0
- wandelbots_api_client/models/movement_error_error.py +86 -0
- wandelbots_api_client/models/movement_movement.py +98 -0
- wandelbots_api_client/models/op_mode.py +93 -0
- wandelbots_api_client/models/opcua_node_value_trigger_config.py +100 -0
- wandelbots_api_client/models/opcua_node_value_trigger_config_node_value.py +159 -0
- wandelbots_api_client/models/optimizer_setup.py +145 -0
- wandelbots_api_client/models/out_of_workspace.py +92 -0
- wandelbots_api_client/models/path.py +109 -0
- wandelbots_api_client/models/path_cartesian_ptp.py +103 -0
- wandelbots_api_client/models/path_circle.py +108 -0
- wandelbots_api_client/models/path_cubic_spline.py +118 -0
- wandelbots_api_client/models/path_joint_ptp.py +96 -0
- wandelbots_api_client/models/path_line.py +103 -0
- wandelbots_api_client/models/pause_movement_request.py +95 -0
- wandelbots_api_client/models/pause_movement_response.py +96 -0
- wandelbots_api_client/models/pause_movement_response_pause_response.py +89 -0
- wandelbots_api_client/models/pause_on_io.py +96 -0
- wandelbots_api_client/models/payload.py +103 -0
- wandelbots_api_client/models/plan_collision_free_ptp_request.py +131 -0
- wandelbots_api_client/models/plan_collision_free_ptp_request_target.py +150 -0
- wandelbots_api_client/models/plan_failed_on_trajectory_response.py +149 -0
- wandelbots_api_client/models/plan_failed_response.py +136 -0
- wandelbots_api_client/models/plan_request.py +127 -0
- wandelbots_api_client/models/plan_response.py +112 -0
- wandelbots_api_client/models/plan_successful_response.py +100 -0
- wandelbots_api_client/models/plan_trajectory_failed_response.py +106 -0
- wandelbots_api_client/models/plan_trajectory_failed_response_error_feedback.py +209 -0
- wandelbots_api_client/models/plan_trajectory_request.py +154 -0
- wandelbots_api_client/models/plan_trajectory_response.py +92 -0
- wandelbots_api_client/models/plan_trajectory_response_response.py +147 -0
- wandelbots_api_client/models/plane2.py +93 -0
- wandelbots_api_client/models/plane3.py +93 -0
- wandelbots_api_client/models/planned_motion.py +125 -0
- wandelbots_api_client/models/planner_pose.py +100 -0
- wandelbots_api_client/models/planning_limits.py +168 -0
- wandelbots_api_client/models/planning_limits_limit_range.py +87 -0
- wandelbots_api_client/models/playback_speed_request.py +94 -0
- wandelbots_api_client/models/playback_speed_response.py +96 -0
- wandelbots_api_client/models/playback_speed_response_playback_speed_response.py +86 -0
- wandelbots_api_client/models/point_cloud.py +86 -0
- wandelbots_api_client/models/pose.py +107 -0
- wandelbots_api_client/models/pose2.py +93 -0
- wandelbots_api_client/models/program_metadata.py +100 -0
- wandelbots_api_client/models/program_run.py +168 -0
- wandelbots_api_client/models/program_run_object.py +103 -0
- wandelbots_api_client/models/program_run_state.py +37 -0
- wandelbots_api_client/models/program_runner_reference.py +88 -0
- wandelbots_api_client/models/pyjectory_datatypes_core_pose.py +88 -0
- wandelbots_api_client/models/pyjectory_datatypes_serializer_orientation.py +87 -0
- wandelbots_api_client/models/pyjectory_datatypes_serializer_pose.py +87 -0
- wandelbots_api_client/models/pyjectory_datatypes_serializer_position.py +87 -0
- wandelbots_api_client/models/pyriphery_etcd_etcd_configuration.py +101 -0
- wandelbots_api_client/models/pyriphery_hardware_isaac_isaac_configuration.py +101 -0
- wandelbots_api_client/models/pyriphery_opcua_opcua_configuration.py +99 -0
- wandelbots_api_client/models/pyriphery_pyrae_controller_controller_configuration.py +107 -0
- wandelbots_api_client/models/pyriphery_pyrae_robot_robot_configuration.py +119 -0
- wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_input.py +130 -0
- wandelbots_api_client/models/pyriphery_robotics_configurable_collision_scene_configurable_collision_scene_configuration_output.py +130 -0
- wandelbots_api_client/models/pyriphery_robotics_robotcell_timer_configuration.py +102 -0
- wandelbots_api_client/models/pyriphery_robotics_simulation_robot_with_view_open3d_configuration.py +99 -0
- wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_io_configuration.py +94 -0
- wandelbots_api_client/models/pyriphery_robotics_simulation_simulated_opcua_configuration.py +94 -0
- wandelbots_api_client/models/quaternion.py +89 -0
- wandelbots_api_client/models/recipe_metadata.py +102 -0
- wandelbots_api_client/models/rectangle.py +87 -0
- wandelbots_api_client/models/rectangle2.py +95 -0
- wandelbots_api_client/models/rectangle3.py +101 -0
- wandelbots_api_client/models/rectangular_capsule.py +94 -0
- wandelbots_api_client/models/rectangular_capsule2.py +103 -0
- wandelbots_api_client/models/rectangular_capsule3.py +103 -0
- wandelbots_api_client/models/release_channel.py +34 -0
- wandelbots_api_client/models/request.py +142 -0
- wandelbots_api_client/models/request1.py +140 -0
- wandelbots_api_client/models/response_get_devices_devices_get_inner.py +321 -0
- wandelbots_api_client/models/response_get_value_programs_values_key_get.py +317 -0
- wandelbots_api_client/models/response_get_values_programs_values_get_value.py +322 -0
- wandelbots_api_client/models/robot_controller.py +108 -0
- wandelbots_api_client/models/robot_controller_configuration.py +262 -0
- wandelbots_api_client/models/robot_controller_state.py +191 -0
- wandelbots_api_client/models/robot_link_geometry.py +98 -0
- wandelbots_api_client/models/robot_state.py +101 -0
- wandelbots_api_client/models/robot_system_mode.py +37 -0
- wandelbots_api_client/models/robot_tcp.py +104 -0
- wandelbots_api_client/models/robot_tcps.py +109 -0
- wandelbots_api_client/models/rotation_angle_types.py +58 -0
- wandelbots_api_client/models/rotation_angles.py +91 -0
- wandelbots_api_client/models/safety_configuration.py +182 -0
- wandelbots_api_client/models/safety_setup.py +172 -0
- wandelbots_api_client/models/safety_setup_safety_settings.py +106 -0
- wandelbots_api_client/models/safety_setup_safety_zone.py +103 -0
- wandelbots_api_client/models/safety_zone.py +98 -0
- wandelbots_api_client/models/safety_zone_limits.py +96 -0
- wandelbots_api_client/models/safety_zone_violation.py +86 -0
- wandelbots_api_client/models/service_status.py +96 -0
- wandelbots_api_client/models/service_status_phase.py +46 -0
- wandelbots_api_client/models/service_status_severity.py +35 -0
- wandelbots_api_client/models/service_status_status.py +90 -0
- wandelbots_api_client/models/set_io.py +93 -0
- wandelbots_api_client/models/set_playback_speed.py +91 -0
- wandelbots_api_client/models/single_joint_limit.py +112 -0
- wandelbots_api_client/models/singularity.py +110 -0
- wandelbots_api_client/models/singularity_type_enum.py +35 -0
- wandelbots_api_client/models/sphere.py +86 -0
- wandelbots_api_client/models/sphere2.py +94 -0
- wandelbots_api_client/models/sphere3.py +96 -0
- wandelbots_api_client/models/standstill.py +92 -0
- wandelbots_api_client/models/standstill_reason.py +36 -0
- wandelbots_api_client/models/standstill_standstill.py +99 -0
- wandelbots_api_client/models/start_movement_request.py +135 -0
- wandelbots_api_client/models/start_on_io.py +96 -0
- wandelbots_api_client/models/status.py +119 -0
- wandelbots_api_client/models/stop_response.py +109 -0
- wandelbots_api_client/models/store_value.py +349 -0
- wandelbots_api_client/models/stream_move_backward.py +90 -0
- wandelbots_api_client/models/stream_move_forward.py +90 -0
- wandelbots_api_client/models/stream_move_playback_speed.py +92 -0
- wandelbots_api_client/models/stream_move_request.py +207 -0
- wandelbots_api_client/models/stream_move_response.py +110 -0
- wandelbots_api_client/models/stream_move_to_trajectory.py +96 -0
- wandelbots_api_client/models/stream_stop.py +90 -0
- wandelbots_api_client/models/tcp_pose.py +105 -0
- wandelbots_api_client/models/tcp_pose_request.py +106 -0
- wandelbots_api_client/models/tool_geometry.py +111 -0
- wandelbots_api_client/models/trajectory_sample.py +139 -0
- wandelbots_api_client/models/trigger_object.py +110 -0
- wandelbots_api_client/models/trigger_type.py +33 -0
- wandelbots_api_client/models/universalrobots_controller.py +102 -0
- wandelbots_api_client/models/update_nova_version_request.py +87 -0
- wandelbots_api_client/models/update_program_metadata_request.py +88 -0
- wandelbots_api_client/models/update_recipe_metadata_request.py +88 -0
- wandelbots_api_client/models/update_trigger_request.py +100 -0
- wandelbots_api_client/models/validation_error.py +113 -0
- wandelbots_api_client/models/validation_error2.py +113 -0
- wandelbots_api_client/models/value.py +317 -0
- wandelbots_api_client/models/vector3d.py +88 -0
- wandelbots_api_client/models/version_number.py +113 -0
- wandelbots_api_client/models/virtual_controller.py +117 -0
- wandelbots_api_client/models/virtual_controller_types.py +153 -0
- wandelbots_api_client/models/virtual_robot_configuration.py +91 -0
- wandelbots_api_client/models/yaskawa_controller.py +99 -0
- wandelbots_api_client/py.typed +0 -0
- wandelbots_api_client/rest.py +188 -0
- wandelbots_api_client/v2/__init__.py +49 -0
- wandelbots_api_client/v2/api/__init__.py +55 -0
- wandelbots_api_client/v2/api/application_api.py +1532 -0
- wandelbots_api_client/v2/api/bus_inputs_outputs_api.py +4534 -0
- wandelbots_api_client/v2/api/cell_api.py +2163 -0
- wandelbots_api_client/v2/api/controller_api.py +3238 -0
- wandelbots_api_client/v2/api/controller_inputs_outputs_api.py +1244 -0
- wandelbots_api_client/v2/api/jogging_api.py +113 -0
- wandelbots_api_client/v2/api/kinematics_api.py +555 -0
- wandelbots_api_client/v2/api/license_api.py +877 -0
- wandelbots_api_client/v2/api/motion_group_api.py +689 -0
- wandelbots_api_client/v2/api/motion_group_models_api.py +1222 -0
- wandelbots_api_client/v2/api/nova_cloud_api.py +760 -0
- wandelbots_api_client/v2/api/program_api.py +988 -0
- wandelbots_api_client/v2/api/robot_configurations_api.py +485 -0
- wandelbots_api_client/v2/api/store_collision_components_api.py +3479 -0
- wandelbots_api_client/v2/api/store_collision_setups_api.py +1169 -0
- wandelbots_api_client/v2/api/store_object_api.py +1414 -0
- wandelbots_api_client/v2/api/system_api.py +2696 -0
- wandelbots_api_client/v2/api/trajectory_caching_api.py +1339 -0
- wandelbots_api_client/v2/api/trajectory_execution_api.py +115 -0
- wandelbots_api_client/v2/api/trajectory_planning_api.py +811 -0
- wandelbots_api_client/v2/api/version_api.py +240 -0
- wandelbots_api_client/v2/api/virtual_controller_api.py +4534 -0
- wandelbots_api_client/v2/api/virtual_controller_behavior_api.py +863 -0
- wandelbots_api_client/v2/api/virtual_controller_inputs_outputs_api.py +895 -0
- wandelbots_api_client/v2/api_client.py +692 -0
- wandelbots_api_client/v2/api_response.py +20 -0
- wandelbots_api_client/v2/configuration.py +579 -0
- wandelbots_api_client/v2/exceptions.py +216 -0
- wandelbots_api_client/v2/models/__init__.py +317 -0
- wandelbots_api_client/v2/models/abb_controller.py +104 -0
- wandelbots_api_client/v2/models/abb_controller_egm_server.py +84 -0
- wandelbots_api_client/v2/models/activate_license_request.py +83 -0
- wandelbots_api_client/v2/models/add_trajectory_error.py +95 -0
- wandelbots_api_client/v2/models/add_trajectory_error_data.py +298 -0
- wandelbots_api_client/v2/models/add_trajectory_request.py +97 -0
- wandelbots_api_client/v2/models/add_trajectory_response.py +99 -0
- wandelbots_api_client/v2/models/add_virtual_controller_motion_group_request.py +147 -0
- wandelbots_api_client/v2/models/api_version.py +83 -0
- wandelbots_api_client/v2/models/app.py +156 -0
- wandelbots_api_client/v2/models/behavior.py +35 -0
- wandelbots_api_client/v2/models/blending_auto.py +97 -0
- wandelbots_api_client/v2/models/blending_position.py +143 -0
- wandelbots_api_client/v2/models/blending_space.py +34 -0
- wandelbots_api_client/v2/models/boolean_value.py +91 -0
- wandelbots_api_client/v2/models/box.py +109 -0
- wandelbots_api_client/v2/models/bus_io_description.py +111 -0
- wandelbots_api_client/v2/models/bus_io_modbus_client.py +100 -0
- wandelbots_api_client/v2/models/bus_io_modbus_server.py +127 -0
- wandelbots_api_client/v2/models/bus_io_modbus_tcp_client.py +98 -0
- wandelbots_api_client/v2/models/bus_io_modbus_tcp_server.py +97 -0
- wandelbots_api_client/v2/models/bus_io_modbus_virtual.py +90 -0
- wandelbots_api_client/v2/models/bus_io_profinet.py +131 -0
- wandelbots_api_client/v2/models/bus_io_profinet_default_route.py +84 -0
- wandelbots_api_client/v2/models/bus_io_profinet_ip_config.py +85 -0
- wandelbots_api_client/v2/models/bus_io_profinet_network.py +101 -0
- wandelbots_api_client/v2/models/bus_io_profinet_slot.py +92 -0
- wandelbots_api_client/v2/models/bus_io_profinet_virtual.py +90 -0
- wandelbots_api_client/v2/models/bus_io_type.py +223 -0
- wandelbots_api_client/v2/models/bus_ios_state.py +88 -0
- wandelbots_api_client/v2/models/bus_ios_state_enum.py +36 -0
- wandelbots_api_client/v2/models/capsule.py +94 -0
- wandelbots_api_client/v2/models/cartesian_limits.py +108 -0
- wandelbots_api_client/v2/models/cell.py +127 -0
- wandelbots_api_client/v2/models/cloud_config_status.py +164 -0
- wandelbots_api_client/v2/models/cloud_config_status_configured.py +97 -0
- wandelbots_api_client/v2/models/cloud_config_status_not_configured.py +90 -0
- wandelbots_api_client/v2/models/cloud_configuration.py +84 -0
- wandelbots_api_client/v2/models/cloud_connection_error.py +87 -0
- wandelbots_api_client/v2/models/cloud_connection_error_error.py +275 -0
- wandelbots_api_client/v2/models/cloud_connection_error_invalid_token.py +102 -0
- wandelbots_api_client/v2/models/cloud_connection_error_invalid_token_details.py +95 -0
- wandelbots_api_client/v2/models/cloud_connection_error_invalid_token_details_cloud_response.py +90 -0
- wandelbots_api_client/v2/models/cloud_connection_error_leafnode_connection_error.py +106 -0
- wandelbots_api_client/v2/models/cloud_connection_error_leafnode_connection_error_details.py +83 -0
- wandelbots_api_client/v2/models/cloud_connection_error_leafnode_connection_timeout.py +91 -0
- wandelbots_api_client/v2/models/cloud_connection_error_leafnode_restart_timeout.py +91 -0
- wandelbots_api_client/v2/models/cloud_connection_error_nats_failed.py +102 -0
- wandelbots_api_client/v2/models/cloud_connection_error_nats_failed_details.py +84 -0
- wandelbots_api_client/v2/models/cloud_connection_error_unexpected_response.py +104 -0
- wandelbots_api_client/v2/models/cloud_connection_error_unexpected_response_details.py +95 -0
- wandelbots_api_client/v2/models/cloud_connection_error_unexpected_response_details_cloud_response.py +85 -0
- wandelbots_api_client/v2/models/cloud_connection_request.py +98 -0
- wandelbots_api_client/v2/models/cloud_disconnection_error.py +89 -0
- wandelbots_api_client/v2/models/cloud_disconnection_status_disconnected.py +90 -0
- wandelbots_api_client/v2/models/cloud_disconnection_status_disconnecting.py +90 -0
- wandelbots_api_client/v2/models/cloud_registration_success_response.py +83 -0
- wandelbots_api_client/v2/models/collider.py +102 -0
- wandelbots_api_client/v2/models/collider_shape.py +278 -0
- wandelbots_api_client/v2/models/collision.py +107 -0
- wandelbots_api_client/v2/models/collision_contact.py +89 -0
- wandelbots_api_client/v2/models/collision_error.py +100 -0
- wandelbots_api_client/v2/models/collision_free_algorithm.py +164 -0
- wandelbots_api_client/v2/models/collision_setup.py +130 -0
- wandelbots_api_client/v2/models/comparator.py +38 -0
- wandelbots_api_client/v2/models/configuration_archive_status.py +197 -0
- wandelbots_api_client/v2/models/configuration_archive_status_creating.py +94 -0
- wandelbots_api_client/v2/models/configuration_archive_status_error.py +91 -0
- wandelbots_api_client/v2/models/configuration_archive_status_success.py +90 -0
- wandelbots_api_client/v2/models/configuration_resource.py +104 -0
- wandelbots_api_client/v2/models/container_environment_inner.py +84 -0
- wandelbots_api_client/v2/models/container_image.py +110 -0
- wandelbots_api_client/v2/models/container_image_secrets_inner.py +83 -0
- wandelbots_api_client/v2/models/container_resources.py +87 -0
- wandelbots_api_client/v2/models/container_storage.py +94 -0
- wandelbots_api_client/v2/models/controller_description.py +97 -0
- wandelbots_api_client/v2/models/convex_hull.py +94 -0
- wandelbots_api_client/v2/models/coordinate_system.py +115 -0
- wandelbots_api_client/v2/models/coordinate_system_data.py +106 -0
- wandelbots_api_client/v2/models/cubic_spline_parameter.py +90 -0
- wandelbots_api_client/v2/models/cycle_time.py +86 -0
- wandelbots_api_client/v2/models/cylinder.py +92 -0
- wandelbots_api_client/v2/models/dh_parameter.py +98 -0
- wandelbots_api_client/v2/models/direction.py +34 -0
- wandelbots_api_client/v2/models/error.py +84 -0
- wandelbots_api_client/v2/models/error_invalid_joint_count.py +98 -0
- wandelbots_api_client/v2/models/error_joint_limit_exceeded.py +103 -0
- wandelbots_api_client/v2/models/error_joint_position_collision.py +106 -0
- wandelbots_api_client/v2/models/error_max_iterations_exceeded.py +91 -0
- wandelbots_api_client/v2/models/execute.py +95 -0
- wandelbots_api_client/v2/models/execute_details.py +164 -0
- wandelbots_api_client/v2/models/execute_jogging_request.py +204 -0
- wandelbots_api_client/v2/models/execute_jogging_response.py +246 -0
- wandelbots_api_client/v2/models/execute_trajectory_request.py +209 -0
- wandelbots_api_client/v2/models/execute_trajectory_response.py +246 -0
- wandelbots_api_client/v2/models/external_joint_stream_datapoint.py +93 -0
- wandelbots_api_client/v2/models/external_joint_stream_request.py +97 -0
- wandelbots_api_client/v2/models/fanuc_controller.py +91 -0
- wandelbots_api_client/v2/models/feedback_collision.py +112 -0
- wandelbots_api_client/v2/models/feedback_joint_limit_exceeded.py +99 -0
- wandelbots_api_client/v2/models/feedback_no_solution_in_current_configuration.py +100 -0
- wandelbots_api_client/v2/models/feedback_out_of_workspace.py +100 -0
- wandelbots_api_client/v2/models/feedback_singularity.py +99 -0
- wandelbots_api_client/v2/models/flag.py +83 -0
- wandelbots_api_client/v2/models/flange_payload.py +98 -0
- wandelbots_api_client/v2/models/float_value.py +91 -0
- wandelbots_api_client/v2/models/forward_kinematics422_response.py +97 -0
- wandelbots_api_client/v2/models/forward_kinematics_request.py +104 -0
- wandelbots_api_client/v2/models/forward_kinematics_response.py +93 -0
- wandelbots_api_client/v2/models/forward_kinematics_validation_error.py +107 -0
- wandelbots_api_client/v2/models/get_trajectory_response.py +97 -0
- wandelbots_api_client/v2/models/http_validation_error.py +93 -0
- wandelbots_api_client/v2/models/image_credentials.py +85 -0
- wandelbots_api_client/v2/models/inconsistent_trajectory_size_error.py +106 -0
- wandelbots_api_client/v2/models/inconsistent_trajectory_size_error_inconsistent_trajectory_size.py +91 -0
- wandelbots_api_client/v2/models/initialize_jogging_request.py +95 -0
- wandelbots_api_client/v2/models/initialize_jogging_response.py +91 -0
- wandelbots_api_client/v2/models/initialize_movement_request.py +112 -0
- wandelbots_api_client/v2/models/initialize_movement_request_trajectory.py +164 -0
- wandelbots_api_client/v2/models/initialize_movement_response.py +107 -0
- wandelbots_api_client/v2/models/integer_value.py +91 -0
- wandelbots_api_client/v2/models/invalid_dof_error.py +100 -0
- wandelbots_api_client/v2/models/invalid_dof_error_invalid_dof.py +86 -0
- wandelbots_api_client/v2/models/inverse_kinematics422_response.py +97 -0
- wandelbots_api_client/v2/models/inverse_kinematics_request.py +152 -0
- wandelbots_api_client/v2/models/inverse_kinematics_response.py +83 -0
- wandelbots_api_client/v2/models/inverse_kinematics_validation_error.py +107 -0
- wandelbots_api_client/v2/models/inverse_kinematics_validation_error_all_of_data.py +164 -0
- wandelbots_api_client/v2/models/io_boolean_value.py +92 -0
- wandelbots_api_client/v2/models/io_boundary.py +183 -0
- wandelbots_api_client/v2/models/io_description.py +116 -0
- wandelbots_api_client/v2/models/io_direction.py +34 -0
- wandelbots_api_client/v2/models/io_float_value.py +92 -0
- wandelbots_api_client/v2/models/io_integer_value.py +94 -0
- wandelbots_api_client/v2/models/io_origin.py +34 -0
- wandelbots_api_client/v2/models/io_value.py +183 -0
- wandelbots_api_client/v2/models/io_value_type.py +35 -0
- wandelbots_api_client/v2/models/jogging_details.py +97 -0
- wandelbots_api_client/v2/models/jogging_details_state.py +275 -0
- wandelbots_api_client/v2/models/jogging_paused_by_user.py +90 -0
- wandelbots_api_client/v2/models/jogging_paused_near_collision.py +91 -0
- wandelbots_api_client/v2/models/jogging_paused_near_joint_limit.py +92 -0
- wandelbots_api_client/v2/models/jogging_paused_near_singularity.py +91 -0
- wandelbots_api_client/v2/models/jogging_paused_on_io.py +90 -0
- wandelbots_api_client/v2/models/jogging_running.py +90 -0
- wandelbots_api_client/v2/models/joint_limit_exceeded_error.py +102 -0
- wandelbots_api_client/v2/models/joint_limits.py +101 -0
- wandelbots_api_client/v2/models/joint_trajectory.py +89 -0
- wandelbots_api_client/v2/models/joint_type_enum.py +34 -0
- wandelbots_api_client/v2/models/joint_velocity_request.py +91 -0
- wandelbots_api_client/v2/models/joint_velocity_response.py +91 -0
- wandelbots_api_client/v2/models/kinematic_model.py +118 -0
- wandelbots_api_client/v2/models/kuka_controller.py +106 -0
- wandelbots_api_client/v2/models/kuka_controller_rsi_server.py +89 -0
- wandelbots_api_client/v2/models/license.py +121 -0
- wandelbots_api_client/v2/models/license_status.py +85 -0
- wandelbots_api_client/v2/models/license_status_enum.py +37 -0
- wandelbots_api_client/v2/models/limit_range.py +84 -0
- wandelbots_api_client/v2/models/limit_set.py +118 -0
- wandelbots_api_client/v2/models/limits_override.py +136 -0
- wandelbots_api_client/v2/models/list_trajectories_response.py +86 -0
- wandelbots_api_client/v2/models/location1_inner.py +153 -0
- wandelbots_api_client/v2/models/manufacturer.py +37 -0
- wandelbots_api_client/v2/models/merge_trajectories422_response.py +97 -0
- wandelbots_api_client/v2/models/merge_trajectories_error.py +97 -0
- wandelbots_api_client/v2/models/merge_trajectories_error_error_feedback.py +209 -0
- wandelbots_api_client/v2/models/merge_trajectories_request.py +107 -0
- wandelbots_api_client/v2/models/merge_trajectories_response.py +109 -0
- wandelbots_api_client/v2/models/merge_trajectories_response_feedback_inner.py +147 -0
- wandelbots_api_client/v2/models/merge_trajectories_segment.py +126 -0
- wandelbots_api_client/v2/models/merge_trajectories_validation_error.py +109 -0
- wandelbots_api_client/v2/models/midpoint_insertion_algorithm.py +102 -0
- wandelbots_api_client/v2/models/modbus_io.py +109 -0
- wandelbots_api_client/v2/models/modbus_io_area.py +37 -0
- wandelbots_api_client/v2/models/modbus_io_byte_order.py +37 -0
- wandelbots_api_client/v2/models/modbus_io_data.py +105 -0
- wandelbots_api_client/v2/models/modbus_io_type_enum.py +36 -0
- wandelbots_api_client/v2/models/motion_command.py +106 -0
- wandelbots_api_client/v2/models/motion_command_blending.py +164 -0
- wandelbots_api_client/v2/models/motion_command_path.py +221 -0
- wandelbots_api_client/v2/models/motion_group_description.py +235 -0
- wandelbots_api_client/v2/models/motion_group_from_json.py +100 -0
- wandelbots_api_client/v2/models/motion_group_from_type.py +96 -0
- wandelbots_api_client/v2/models/motion_group_info.py +90 -0
- wandelbots_api_client/v2/models/motion_group_joints.py +97 -0
- wandelbots_api_client/v2/models/motion_group_setup.py +140 -0
- wandelbots_api_client/v2/models/motion_group_state.py +182 -0
- wandelbots_api_client/v2/models/motion_group_state_joint_limit_reached.py +83 -0
- wandelbots_api_client/v2/models/movement_error_response.py +91 -0
- wandelbots_api_client/v2/models/nan_value_error.py +100 -0
- wandelbots_api_client/v2/models/nan_value_error_nan_value.py +85 -0
- wandelbots_api_client/v2/models/network_device.py +85 -0
- wandelbots_api_client/v2/models/network_interface.py +86 -0
- wandelbots_api_client/v2/models/network_state.py +125 -0
- wandelbots_api_client/v2/models/op_mode.py +84 -0
- wandelbots_api_client/v2/models/operating_state.py +34 -0
- wandelbots_api_client/v2/models/operation_limits.py +106 -0
- wandelbots_api_client/v2/models/operation_mode.py +42 -0
- wandelbots_api_client/v2/models/orientation_type.py +58 -0
- wandelbots_api_client/v2/models/path_cartesian_ptp.py +100 -0
- wandelbots_api_client/v2/models/path_circle.py +105 -0
- wandelbots_api_client/v2/models/path_cubic_spline.py +106 -0
- wandelbots_api_client/v2/models/path_joint_ptp.py +93 -0
- wandelbots_api_client/v2/models/path_line.py +100 -0
- wandelbots_api_client/v2/models/pause_jogging_request.py +90 -0
- wandelbots_api_client/v2/models/pause_jogging_response.py +91 -0
- wandelbots_api_client/v2/models/pause_movement_request.py +90 -0
- wandelbots_api_client/v2/models/pause_movement_response.py +91 -0
- wandelbots_api_client/v2/models/pause_on_io.py +99 -0
- wandelbots_api_client/v2/models/payload.py +98 -0
- wandelbots_api_client/v2/models/plan422_response.py +93 -0
- wandelbots_api_client/v2/models/plan_collision_free_failed_response.py +93 -0
- wandelbots_api_client/v2/models/plan_collision_free_request.py +109 -0
- wandelbots_api_client/v2/models/plan_collision_free_response.py +89 -0
- wandelbots_api_client/v2/models/plan_collision_free_response_response.py +147 -0
- wandelbots_api_client/v2/models/plan_trajectory_failed_response.py +105 -0
- wandelbots_api_client/v2/models/plan_trajectory_failed_response_error_feedback.py +252 -0
- wandelbots_api_client/v2/models/plan_trajectory_request.py +113 -0
- wandelbots_api_client/v2/models/plan_trajectory_response.py +89 -0
- wandelbots_api_client/v2/models/plan_trajectory_response_response.py +147 -0
- wandelbots_api_client/v2/models/plan_validation_error.py +107 -0
- wandelbots_api_client/v2/models/plan_validation_error_all_of_data.py +183 -0
- wandelbots_api_client/v2/models/plane.py +90 -0
- wandelbots_api_client/v2/models/playback_speed_request.py +96 -0
- wandelbots_api_client/v2/models/playback_speed_response.py +91 -0
- wandelbots_api_client/v2/models/pose.py +90 -0
- wandelbots_api_client/v2/models/profinet_description.py +112 -0
- wandelbots_api_client/v2/models/profinet_input_output_config.py +98 -0
- wandelbots_api_client/v2/models/profinet_io.py +109 -0
- wandelbots_api_client/v2/models/profinet_io_data.py +105 -0
- wandelbots_api_client/v2/models/profinet_io_direction.py +35 -0
- wandelbots_api_client/v2/models/profinet_io_type_enum.py +42 -0
- wandelbots_api_client/v2/models/profinet_slot_description.py +106 -0
- wandelbots_api_client/v2/models/profinet_sub_slot_description.py +92 -0
- wandelbots_api_client/v2/models/program.py +105 -0
- wandelbots_api_client/v2/models/program_run.py +124 -0
- wandelbots_api_client/v2/models/program_run_state.py +37 -0
- wandelbots_api_client/v2/models/program_start_request.py +83 -0
- wandelbots_api_client/v2/models/rectangle.py +92 -0
- wandelbots_api_client/v2/models/rectangular_capsule.py +100 -0
- wandelbots_api_client/v2/models/release_channel.py +34 -0
- wandelbots_api_client/v2/models/robot_controller.py +105 -0
- wandelbots_api_client/v2/models/robot_controller_configuration.py +262 -0
- wandelbots_api_client/v2/models/robot_controller_configuration_request.py +99 -0
- wandelbots_api_client/v2/models/robot_controller_state.py +138 -0
- wandelbots_api_client/v2/models/robot_system_mode.py +37 -0
- wandelbots_api_client/v2/models/robot_tcp.py +110 -0
- wandelbots_api_client/v2/models/robot_tcp_data.py +108 -0
- wandelbots_api_client/v2/models/rrt_connect_algorithm.py +127 -0
- wandelbots_api_client/v2/models/safety_state_type.py +48 -0
- wandelbots_api_client/v2/models/service_group.py +36 -0
- wandelbots_api_client/v2/models/service_status.py +96 -0
- wandelbots_api_client/v2/models/service_status_phase.py +46 -0
- wandelbots_api_client/v2/models/service_status_response.py +100 -0
- wandelbots_api_client/v2/models/service_status_severity.py +35 -0
- wandelbots_api_client/v2/models/service_status_status.py +87 -0
- wandelbots_api_client/v2/models/set_io.py +96 -0
- wandelbots_api_client/v2/models/settable_robot_system_mode.py +36 -0
- wandelbots_api_client/v2/models/singularity_type_enum.py +35 -0
- wandelbots_api_client/v2/models/sphere.py +91 -0
- wandelbots_api_client/v2/models/start_movement_request.py +133 -0
- wandelbots_api_client/v2/models/start_movement_response.py +91 -0
- wandelbots_api_client/v2/models/start_on_io.py +99 -0
- wandelbots_api_client/v2/models/stream_io_values_response.py +103 -0
- wandelbots_api_client/v2/models/tcp_offset.py +88 -0
- wandelbots_api_client/v2/models/tcp_required_error.py +96 -0
- wandelbots_api_client/v2/models/tcp_velocity_request.py +110 -0
- wandelbots_api_client/v2/models/tcp_velocity_response.py +91 -0
- wandelbots_api_client/v2/models/torque_exceeded_error.py +102 -0
- wandelbots_api_client/v2/models/torque_exceeded_error_torque_exceeded.py +86 -0
- wandelbots_api_client/v2/models/trajectory_data.py +106 -0
- wandelbots_api_client/v2/models/trajectory_details.py +106 -0
- wandelbots_api_client/v2/models/trajectory_details_state.py +239 -0
- wandelbots_api_client/v2/models/trajectory_ended.py +90 -0
- wandelbots_api_client/v2/models/trajectory_id.py +93 -0
- wandelbots_api_client/v2/models/trajectory_paused_by_user.py +90 -0
- wandelbots_api_client/v2/models/trajectory_paused_on_io.py +90 -0
- wandelbots_api_client/v2/models/trajectory_running.py +94 -0
- wandelbots_api_client/v2/models/trajectory_section.py +84 -0
- wandelbots_api_client/v2/models/trajectory_wait_for_io.py +90 -0
- wandelbots_api_client/v2/models/unit_type.py +42 -0
- wandelbots_api_client/v2/models/universalrobots_controller.py +91 -0
- wandelbots_api_client/v2/models/update_cell_version_request.py +84 -0
- wandelbots_api_client/v2/models/update_nova_version_request.py +90 -0
- wandelbots_api_client/v2/models/validation_error.py +101 -0
- wandelbots_api_client/v2/models/validation_error2.py +85 -0
- wandelbots_api_client/v2/models/virtual_controller.py +113 -0
- wandelbots_api_client/v2/models/virtual_robot_configuration.py +88 -0
- wandelbots_api_client/v2/models/wait_for_io_event_request.py +93 -0
- wandelbots_api_client/v2/models/yaskawa_controller.py +91 -0
- wandelbots_api_client/v2/models/zod_validation_error.py +87 -0
- wandelbots_api_client/v2/models/zod_validation_error_error.py +108 -0
- wandelbots_api_client/v2/models/zod_validation_error_error_details_inner.py +101 -0
- wandelbots_api_client/v2/models/zod_validation_error_error_details_inner_path_inner.py +153 -0
- wandelbots_api_client/v2/py.typed +0 -0
- wandelbots_api_client/v2/rest.py +188 -0
- wandelbots_api_client/v2_pydantic/__init__.py +49 -0
- wandelbots_api_client/v2_pydantic/api/__init__.py +55 -0
- wandelbots_api_client/v2_pydantic/api/application_api.py +1532 -0
- wandelbots_api_client/v2_pydantic/api/bus_inputs_outputs_api.py +4534 -0
- wandelbots_api_client/v2_pydantic/api/cell_api.py +2163 -0
- wandelbots_api_client/v2_pydantic/api/controller_api.py +3238 -0
- wandelbots_api_client/v2_pydantic/api/controller_inputs_outputs_api.py +1244 -0
- wandelbots_api_client/v2_pydantic/api/jogging_api.py +113 -0
- wandelbots_api_client/v2_pydantic/api/kinematics_api.py +555 -0
- wandelbots_api_client/v2_pydantic/api/license_api.py +877 -0
- wandelbots_api_client/v2_pydantic/api/motion_group_api.py +689 -0
- wandelbots_api_client/v2_pydantic/api/motion_group_models_api.py +1222 -0
- wandelbots_api_client/v2_pydantic/api/nova_cloud_api.py +760 -0
- wandelbots_api_client/v2_pydantic/api/program_api.py +988 -0
- wandelbots_api_client/v2_pydantic/api/robot_configurations_api.py +485 -0
- wandelbots_api_client/v2_pydantic/api/store_collision_components_api.py +3479 -0
- wandelbots_api_client/v2_pydantic/api/store_collision_setups_api.py +1169 -0
- wandelbots_api_client/v2_pydantic/api/store_object_api.py +1414 -0
- wandelbots_api_client/v2_pydantic/api/system_api.py +2696 -0
- wandelbots_api_client/v2_pydantic/api/trajectory_caching_api.py +1339 -0
- wandelbots_api_client/v2_pydantic/api/trajectory_execution_api.py +115 -0
- wandelbots_api_client/v2_pydantic/api/trajectory_planning_api.py +811 -0
- wandelbots_api_client/v2_pydantic/api/version_api.py +240 -0
- wandelbots_api_client/v2_pydantic/api/virtual_controller_api.py +4534 -0
- wandelbots_api_client/v2_pydantic/api/virtual_controller_behavior_api.py +863 -0
- wandelbots_api_client/v2_pydantic/api/virtual_controller_inputs_outputs_api.py +895 -0
- wandelbots_api_client/v2_pydantic/api_client.py +692 -0
- wandelbots_api_client/v2_pydantic/api_response.py +20 -0
- wandelbots_api_client/v2_pydantic/configuration.py +579 -0
- wandelbots_api_client/v2_pydantic/exceptions.py +216 -0
- wandelbots_api_client/v2_pydantic/models/__init__.py +642 -0
- wandelbots_api_client/v2_pydantic/models/models.py +5090 -0
- wandelbots_api_client/v2_pydantic/py.typed +0 -0
- wandelbots_api_client/v2_pydantic/rest.py +188 -0
- wandelbots_api_client-26.3.0.dev29.dist-info/METADATA +241 -0
- wandelbots_api_client-26.3.0.dev29.dist-info/RECORD +693 -0
- wandelbots_api_client-26.3.0.dev29.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,1583 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Wandelbots NOVA API
|
|
5
|
+
|
|
6
|
+
Interact with robots in an easy and intuitive way.
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 1.4.0 dev
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
from furl import furl
|
|
15
|
+
import json
|
|
16
|
+
import humps
|
|
17
|
+
import re
|
|
18
|
+
import warnings
|
|
19
|
+
import websockets
|
|
20
|
+
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
21
|
+
from typing import Any, AsyncGenerator, Callable, Dict, List, Optional, Tuple, Union
|
|
22
|
+
from typing_extensions import Annotated
|
|
23
|
+
from urllib.parse import quote
|
|
24
|
+
|
|
25
|
+
from pydantic import Field, StrictBool, StrictFloat, StrictInt, StrictStr
|
|
26
|
+
from typing import Any, Dict, Optional, Union
|
|
27
|
+
from typing_extensions import Annotated
|
|
28
|
+
from wandelbots_api_client.models.io import IO
|
|
29
|
+
from wandelbots_api_client.models.ios import IOs
|
|
30
|
+
from wandelbots_api_client.models.motion_group_infos import MotionGroupInfos
|
|
31
|
+
from wandelbots_api_client.models.motion_group_joints import MotionGroupJoints
|
|
32
|
+
|
|
33
|
+
from wandelbots_api_client.api_client import ApiClient, RequestSerialized
|
|
34
|
+
from wandelbots_api_client.api_response import ApiResponse
|
|
35
|
+
from wandelbots_api_client.rest import RESTResponseType
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
class VirtualRobotApi:
|
|
39
|
+
"""NOTE: This class is auto generated by OpenAPI Generator
|
|
40
|
+
Ref: https://openapi-generator.tech
|
|
41
|
+
|
|
42
|
+
Do not edit the class manually.
|
|
43
|
+
"""
|
|
44
|
+
|
|
45
|
+
def __init__(self, api_client=None) -> None:
|
|
46
|
+
if api_client is None:
|
|
47
|
+
api_client = ApiClient.get_default()
|
|
48
|
+
self.api_client = api_client
|
|
49
|
+
|
|
50
|
+
@validate_call
|
|
51
|
+
async def get_motion_group_state(
|
|
52
|
+
self,
|
|
53
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
54
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
55
|
+
id: Annotated[StrictInt, Field(description="The controller specific motion-group id.")],
|
|
56
|
+
_request_timeout: Union[
|
|
57
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
58
|
+
] = None,
|
|
59
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
60
|
+
_content_type: Optional[StrictStr] = None,
|
|
61
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
62
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
63
|
+
) -> MotionGroupJoints:
|
|
64
|
+
"""Get Motion Group State
|
|
65
|
+
|
|
66
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Get the current motion group state which provides values for the joints' position, velocity and acceleration.
|
|
67
|
+
|
|
68
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
69
|
+
:type cell: str
|
|
70
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
71
|
+
:type controller: str
|
|
72
|
+
:param id: The controller specific motion-group id. (required)
|
|
73
|
+
:type id: int
|
|
74
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
75
|
+
number provided, it will be total request
|
|
76
|
+
timeout. It can also be a pair (tuple) of
|
|
77
|
+
(connection, read) timeouts.
|
|
78
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
79
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
80
|
+
request; this effectively ignores the
|
|
81
|
+
authentication in the spec for a single request.
|
|
82
|
+
:type _request_auth: dict, optional
|
|
83
|
+
:param _content_type: force content-type for the request.
|
|
84
|
+
:type _content_type: str, Optional
|
|
85
|
+
:param _headers: set to override the headers for a single
|
|
86
|
+
request; this effectively ignores the headers
|
|
87
|
+
in the spec for a single request.
|
|
88
|
+
:type _headers: dict, optional
|
|
89
|
+
:param _host_index: set to override the host_index for a single
|
|
90
|
+
request; this effectively ignores the host_index
|
|
91
|
+
in the spec for a single request.
|
|
92
|
+
:type _host_index: int, optional
|
|
93
|
+
:return: Returns the result object.
|
|
94
|
+
""" # noqa: E501
|
|
95
|
+
|
|
96
|
+
_param = self._get_motion_group_state_serialize(
|
|
97
|
+
cell=cell,
|
|
98
|
+
controller=controller,
|
|
99
|
+
id=id,
|
|
100
|
+
_request_auth=_request_auth,
|
|
101
|
+
_content_type=_content_type,
|
|
102
|
+
_headers=_headers,
|
|
103
|
+
_host_index=_host_index,
|
|
104
|
+
)
|
|
105
|
+
|
|
106
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
107
|
+
"200": "MotionGroupJoints",
|
|
108
|
+
}
|
|
109
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
110
|
+
await response_data.read()
|
|
111
|
+
return self.api_client.response_deserialize(
|
|
112
|
+
response_data=response_data,
|
|
113
|
+
response_types_map=_response_types_map,
|
|
114
|
+
).data
|
|
115
|
+
|
|
116
|
+
@validate_call
|
|
117
|
+
async def get_motion_group_state_with_http_info(
|
|
118
|
+
self,
|
|
119
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
120
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
121
|
+
id: Annotated[StrictInt, Field(description="The controller specific motion-group id.")],
|
|
122
|
+
_request_timeout: Union[
|
|
123
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
124
|
+
] = None,
|
|
125
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
126
|
+
_content_type: Optional[StrictStr] = None,
|
|
127
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
128
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
129
|
+
) -> ApiResponse[MotionGroupJoints]:
|
|
130
|
+
"""Get Motion Group State
|
|
131
|
+
|
|
132
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Get the current motion group state which provides values for the joints' position, velocity and acceleration.
|
|
133
|
+
|
|
134
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
135
|
+
:type cell: str
|
|
136
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
137
|
+
:type controller: str
|
|
138
|
+
:param id: The controller specific motion-group id. (required)
|
|
139
|
+
:type id: int
|
|
140
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
141
|
+
number provided, it will be total request
|
|
142
|
+
timeout. It can also be a pair (tuple) of
|
|
143
|
+
(connection, read) timeouts.
|
|
144
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
145
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
146
|
+
request; this effectively ignores the
|
|
147
|
+
authentication in the spec for a single request.
|
|
148
|
+
:type _request_auth: dict, optional
|
|
149
|
+
:param _content_type: force content-type for the request.
|
|
150
|
+
:type _content_type: str, Optional
|
|
151
|
+
:param _headers: set to override the headers for a single
|
|
152
|
+
request; this effectively ignores the headers
|
|
153
|
+
in the spec for a single request.
|
|
154
|
+
:type _headers: dict, optional
|
|
155
|
+
:param _host_index: set to override the host_index for a single
|
|
156
|
+
request; this effectively ignores the host_index
|
|
157
|
+
in the spec for a single request.
|
|
158
|
+
:type _host_index: int, optional
|
|
159
|
+
:return: Returns the result object.
|
|
160
|
+
""" # noqa: E501
|
|
161
|
+
|
|
162
|
+
_param = self._get_motion_group_state_serialize(
|
|
163
|
+
cell=cell,
|
|
164
|
+
controller=controller,
|
|
165
|
+
id=id,
|
|
166
|
+
_request_auth=_request_auth,
|
|
167
|
+
_content_type=_content_type,
|
|
168
|
+
_headers=_headers,
|
|
169
|
+
_host_index=_host_index,
|
|
170
|
+
)
|
|
171
|
+
|
|
172
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
173
|
+
"200": "MotionGroupJoints",
|
|
174
|
+
}
|
|
175
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
176
|
+
await response_data.read()
|
|
177
|
+
return self.api_client.response_deserialize(
|
|
178
|
+
response_data=response_data,
|
|
179
|
+
response_types_map=_response_types_map,
|
|
180
|
+
)
|
|
181
|
+
|
|
182
|
+
@validate_call
|
|
183
|
+
async def get_motion_group_state_without_preload_content(
|
|
184
|
+
self,
|
|
185
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
186
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
187
|
+
id: Annotated[StrictInt, Field(description="The controller specific motion-group id.")],
|
|
188
|
+
_request_timeout: Union[
|
|
189
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
190
|
+
] = None,
|
|
191
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
192
|
+
_content_type: Optional[StrictStr] = None,
|
|
193
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
194
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
195
|
+
) -> RESTResponseType:
|
|
196
|
+
"""Get Motion Group State
|
|
197
|
+
|
|
198
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Get the current motion group state which provides values for the joints' position, velocity and acceleration.
|
|
199
|
+
|
|
200
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
201
|
+
:type cell: str
|
|
202
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
203
|
+
:type controller: str
|
|
204
|
+
:param id: The controller specific motion-group id. (required)
|
|
205
|
+
:type id: int
|
|
206
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
207
|
+
number provided, it will be total request
|
|
208
|
+
timeout. It can also be a pair (tuple) of
|
|
209
|
+
(connection, read) timeouts.
|
|
210
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
211
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
212
|
+
request; this effectively ignores the
|
|
213
|
+
authentication in the spec for a single request.
|
|
214
|
+
:type _request_auth: dict, optional
|
|
215
|
+
:param _content_type: force content-type for the request.
|
|
216
|
+
:type _content_type: str, Optional
|
|
217
|
+
:param _headers: set to override the headers for a single
|
|
218
|
+
request; this effectively ignores the headers
|
|
219
|
+
in the spec for a single request.
|
|
220
|
+
:type _headers: dict, optional
|
|
221
|
+
:param _host_index: set to override the host_index for a single
|
|
222
|
+
request; this effectively ignores the host_index
|
|
223
|
+
in the spec for a single request.
|
|
224
|
+
:type _host_index: int, optional
|
|
225
|
+
:return: Returns the result object.
|
|
226
|
+
""" # noqa: E501
|
|
227
|
+
|
|
228
|
+
_param = self._get_motion_group_state_serialize(
|
|
229
|
+
cell=cell,
|
|
230
|
+
controller=controller,
|
|
231
|
+
id=id,
|
|
232
|
+
_request_auth=_request_auth,
|
|
233
|
+
_content_type=_content_type,
|
|
234
|
+
_headers=_headers,
|
|
235
|
+
_host_index=_host_index,
|
|
236
|
+
)
|
|
237
|
+
|
|
238
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
239
|
+
"200": "MotionGroupJoints",
|
|
240
|
+
}
|
|
241
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
242
|
+
return response_data.response
|
|
243
|
+
|
|
244
|
+
def _get_motion_group_state_serialize(
|
|
245
|
+
self,
|
|
246
|
+
cell,
|
|
247
|
+
controller,
|
|
248
|
+
id,
|
|
249
|
+
_request_auth,
|
|
250
|
+
_content_type,
|
|
251
|
+
_headers,
|
|
252
|
+
_host_index,
|
|
253
|
+
) -> RequestSerialized:
|
|
254
|
+
|
|
255
|
+
_host = None
|
|
256
|
+
|
|
257
|
+
_collection_formats: Dict[str, str] = {}
|
|
258
|
+
|
|
259
|
+
_path_params: Dict[str, str] = {}
|
|
260
|
+
_query_params: List[Tuple[str, str]] = []
|
|
261
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
262
|
+
_form_params: List[Tuple[str, str]] = []
|
|
263
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
264
|
+
_body_params: Optional[bytes] = None
|
|
265
|
+
|
|
266
|
+
# process the path parameters
|
|
267
|
+
if cell is not None:
|
|
268
|
+
_path_params["cell"] = cell
|
|
269
|
+
if controller is not None:
|
|
270
|
+
_path_params["controller"] = controller
|
|
271
|
+
if id is not None:
|
|
272
|
+
_path_params["id"] = id
|
|
273
|
+
# process the query parameters
|
|
274
|
+
# process the header parameters
|
|
275
|
+
# process the form parameters
|
|
276
|
+
# process the body parameter
|
|
277
|
+
|
|
278
|
+
# set the HTTP header `Accept`
|
|
279
|
+
_header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
|
|
280
|
+
|
|
281
|
+
# authentication setting
|
|
282
|
+
_auth_settings: List[str] = ["BearerAuth"]
|
|
283
|
+
|
|
284
|
+
return self.api_client.param_serialize(
|
|
285
|
+
method="GET",
|
|
286
|
+
resource_path="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}",
|
|
287
|
+
path_params=_path_params,
|
|
288
|
+
query_params=_query_params,
|
|
289
|
+
header_params=_header_params,
|
|
290
|
+
body=_body_params,
|
|
291
|
+
post_params=_form_params,
|
|
292
|
+
files=_files,
|
|
293
|
+
auth_settings=_auth_settings,
|
|
294
|
+
collection_formats=_collection_formats,
|
|
295
|
+
_host=_host,
|
|
296
|
+
_request_auth=_request_auth,
|
|
297
|
+
)
|
|
298
|
+
|
|
299
|
+
@validate_call
|
|
300
|
+
async def get_motion_groups(
|
|
301
|
+
self,
|
|
302
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
303
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
304
|
+
_request_timeout: Union[
|
|
305
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
306
|
+
] = None,
|
|
307
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
308
|
+
_content_type: Optional[StrictStr] = None,
|
|
309
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
310
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
311
|
+
) -> MotionGroupInfos:
|
|
312
|
+
"""Motion Group Description
|
|
313
|
+
|
|
314
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Gets information on the motion group.
|
|
315
|
+
|
|
316
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
317
|
+
:type cell: str
|
|
318
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
319
|
+
:type controller: str
|
|
320
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
321
|
+
number provided, it will be total request
|
|
322
|
+
timeout. It can also be a pair (tuple) of
|
|
323
|
+
(connection, read) timeouts.
|
|
324
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
325
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
326
|
+
request; this effectively ignores the
|
|
327
|
+
authentication in the spec for a single request.
|
|
328
|
+
:type _request_auth: dict, optional
|
|
329
|
+
:param _content_type: force content-type for the request.
|
|
330
|
+
:type _content_type: str, Optional
|
|
331
|
+
:param _headers: set to override the headers for a single
|
|
332
|
+
request; this effectively ignores the headers
|
|
333
|
+
in the spec for a single request.
|
|
334
|
+
:type _headers: dict, optional
|
|
335
|
+
:param _host_index: set to override the host_index for a single
|
|
336
|
+
request; this effectively ignores the host_index
|
|
337
|
+
in the spec for a single request.
|
|
338
|
+
:type _host_index: int, optional
|
|
339
|
+
:return: Returns the result object.
|
|
340
|
+
""" # noqa: E501
|
|
341
|
+
|
|
342
|
+
_param = self._get_motion_groups_serialize(
|
|
343
|
+
cell=cell,
|
|
344
|
+
controller=controller,
|
|
345
|
+
_request_auth=_request_auth,
|
|
346
|
+
_content_type=_content_type,
|
|
347
|
+
_headers=_headers,
|
|
348
|
+
_host_index=_host_index,
|
|
349
|
+
)
|
|
350
|
+
|
|
351
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
352
|
+
"200": "MotionGroupInfos",
|
|
353
|
+
}
|
|
354
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
355
|
+
await response_data.read()
|
|
356
|
+
return self.api_client.response_deserialize(
|
|
357
|
+
response_data=response_data,
|
|
358
|
+
response_types_map=_response_types_map,
|
|
359
|
+
).data
|
|
360
|
+
|
|
361
|
+
@validate_call
|
|
362
|
+
async def get_motion_groups_with_http_info(
|
|
363
|
+
self,
|
|
364
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
365
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
366
|
+
_request_timeout: Union[
|
|
367
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
368
|
+
] = None,
|
|
369
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
370
|
+
_content_type: Optional[StrictStr] = None,
|
|
371
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
372
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
373
|
+
) -> ApiResponse[MotionGroupInfos]:
|
|
374
|
+
"""Motion Group Description
|
|
375
|
+
|
|
376
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Gets information on the motion group.
|
|
377
|
+
|
|
378
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
379
|
+
:type cell: str
|
|
380
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
381
|
+
:type controller: str
|
|
382
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
383
|
+
number provided, it will be total request
|
|
384
|
+
timeout. It can also be a pair (tuple) of
|
|
385
|
+
(connection, read) timeouts.
|
|
386
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
387
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
388
|
+
request; this effectively ignores the
|
|
389
|
+
authentication in the spec for a single request.
|
|
390
|
+
:type _request_auth: dict, optional
|
|
391
|
+
:param _content_type: force content-type for the request.
|
|
392
|
+
:type _content_type: str, Optional
|
|
393
|
+
:param _headers: set to override the headers for a single
|
|
394
|
+
request; this effectively ignores the headers
|
|
395
|
+
in the spec for a single request.
|
|
396
|
+
:type _headers: dict, optional
|
|
397
|
+
:param _host_index: set to override the host_index for a single
|
|
398
|
+
request; this effectively ignores the host_index
|
|
399
|
+
in the spec for a single request.
|
|
400
|
+
:type _host_index: int, optional
|
|
401
|
+
:return: Returns the result object.
|
|
402
|
+
""" # noqa: E501
|
|
403
|
+
|
|
404
|
+
_param = self._get_motion_groups_serialize(
|
|
405
|
+
cell=cell,
|
|
406
|
+
controller=controller,
|
|
407
|
+
_request_auth=_request_auth,
|
|
408
|
+
_content_type=_content_type,
|
|
409
|
+
_headers=_headers,
|
|
410
|
+
_host_index=_host_index,
|
|
411
|
+
)
|
|
412
|
+
|
|
413
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
414
|
+
"200": "MotionGroupInfos",
|
|
415
|
+
}
|
|
416
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
417
|
+
await response_data.read()
|
|
418
|
+
return self.api_client.response_deserialize(
|
|
419
|
+
response_data=response_data,
|
|
420
|
+
response_types_map=_response_types_map,
|
|
421
|
+
)
|
|
422
|
+
|
|
423
|
+
@validate_call
|
|
424
|
+
async def get_motion_groups_without_preload_content(
|
|
425
|
+
self,
|
|
426
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
427
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
428
|
+
_request_timeout: Union[
|
|
429
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
430
|
+
] = None,
|
|
431
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
432
|
+
_content_type: Optional[StrictStr] = None,
|
|
433
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
434
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
435
|
+
) -> RESTResponseType:
|
|
436
|
+
"""Motion Group Description
|
|
437
|
+
|
|
438
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Gets information on the motion group.
|
|
439
|
+
|
|
440
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
441
|
+
:type cell: str
|
|
442
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
443
|
+
:type controller: str
|
|
444
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
445
|
+
number provided, it will be total request
|
|
446
|
+
timeout. It can also be a pair (tuple) of
|
|
447
|
+
(connection, read) timeouts.
|
|
448
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
449
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
450
|
+
request; this effectively ignores the
|
|
451
|
+
authentication in the spec for a single request.
|
|
452
|
+
:type _request_auth: dict, optional
|
|
453
|
+
:param _content_type: force content-type for the request.
|
|
454
|
+
:type _content_type: str, Optional
|
|
455
|
+
:param _headers: set to override the headers for a single
|
|
456
|
+
request; this effectively ignores the headers
|
|
457
|
+
in the spec for a single request.
|
|
458
|
+
:type _headers: dict, optional
|
|
459
|
+
:param _host_index: set to override the host_index for a single
|
|
460
|
+
request; this effectively ignores the host_index
|
|
461
|
+
in the spec for a single request.
|
|
462
|
+
:type _host_index: int, optional
|
|
463
|
+
:return: Returns the result object.
|
|
464
|
+
""" # noqa: E501
|
|
465
|
+
|
|
466
|
+
_param = self._get_motion_groups_serialize(
|
|
467
|
+
cell=cell,
|
|
468
|
+
controller=controller,
|
|
469
|
+
_request_auth=_request_auth,
|
|
470
|
+
_content_type=_content_type,
|
|
471
|
+
_headers=_headers,
|
|
472
|
+
_host_index=_host_index,
|
|
473
|
+
)
|
|
474
|
+
|
|
475
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
476
|
+
"200": "MotionGroupInfos",
|
|
477
|
+
}
|
|
478
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
479
|
+
return response_data.response
|
|
480
|
+
|
|
481
|
+
def _get_motion_groups_serialize(
|
|
482
|
+
self,
|
|
483
|
+
cell,
|
|
484
|
+
controller,
|
|
485
|
+
_request_auth,
|
|
486
|
+
_content_type,
|
|
487
|
+
_headers,
|
|
488
|
+
_host_index,
|
|
489
|
+
) -> RequestSerialized:
|
|
490
|
+
|
|
491
|
+
_host = None
|
|
492
|
+
|
|
493
|
+
_collection_formats: Dict[str, str] = {}
|
|
494
|
+
|
|
495
|
+
_path_params: Dict[str, str] = {}
|
|
496
|
+
_query_params: List[Tuple[str, str]] = []
|
|
497
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
498
|
+
_form_params: List[Tuple[str, str]] = []
|
|
499
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
500
|
+
_body_params: Optional[bytes] = None
|
|
501
|
+
|
|
502
|
+
# process the path parameters
|
|
503
|
+
if cell is not None:
|
|
504
|
+
_path_params["cell"] = cell
|
|
505
|
+
if controller is not None:
|
|
506
|
+
_path_params["controller"] = controller
|
|
507
|
+
# process the query parameters
|
|
508
|
+
# process the header parameters
|
|
509
|
+
# process the form parameters
|
|
510
|
+
# process the body parameter
|
|
511
|
+
|
|
512
|
+
# set the HTTP header `Accept`
|
|
513
|
+
_header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
|
|
514
|
+
|
|
515
|
+
# authentication setting
|
|
516
|
+
_auth_settings: List[str] = ["BearerAuth"]
|
|
517
|
+
|
|
518
|
+
return self.api_client.param_serialize(
|
|
519
|
+
method="GET",
|
|
520
|
+
resource_path="/cells/{cell}/controllers/{controller}/teach-pendant/motiongroups",
|
|
521
|
+
path_params=_path_params,
|
|
522
|
+
query_params=_query_params,
|
|
523
|
+
header_params=_header_params,
|
|
524
|
+
body=_body_params,
|
|
525
|
+
post_params=_form_params,
|
|
526
|
+
files=_files,
|
|
527
|
+
auth_settings=_auth_settings,
|
|
528
|
+
collection_formats=_collection_formats,
|
|
529
|
+
_host=_host,
|
|
530
|
+
_request_auth=_request_auth,
|
|
531
|
+
)
|
|
532
|
+
|
|
533
|
+
@validate_call
|
|
534
|
+
async def get_virtual_robot_io_value(
|
|
535
|
+
self,
|
|
536
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
537
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
538
|
+
io: Annotated[StrictStr, Field(description="The io id.")],
|
|
539
|
+
_request_timeout: Union[
|
|
540
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
541
|
+
] = None,
|
|
542
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
543
|
+
_content_type: Optional[StrictStr] = None,
|
|
544
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
545
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
546
|
+
) -> IO:
|
|
547
|
+
"""Get I/O
|
|
548
|
+
|
|
549
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Gets the description and value of a virtual controller I/O.
|
|
550
|
+
|
|
551
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
552
|
+
:type cell: str
|
|
553
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
554
|
+
:type controller: str
|
|
555
|
+
:param io: The io id. (required)
|
|
556
|
+
:type io: str
|
|
557
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
558
|
+
number provided, it will be total request
|
|
559
|
+
timeout. It can also be a pair (tuple) of
|
|
560
|
+
(connection, read) timeouts.
|
|
561
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
562
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
563
|
+
request; this effectively ignores the
|
|
564
|
+
authentication in the spec for a single request.
|
|
565
|
+
:type _request_auth: dict, optional
|
|
566
|
+
:param _content_type: force content-type for the request.
|
|
567
|
+
:type _content_type: str, Optional
|
|
568
|
+
:param _headers: set to override the headers for a single
|
|
569
|
+
request; this effectively ignores the headers
|
|
570
|
+
in the spec for a single request.
|
|
571
|
+
:type _headers: dict, optional
|
|
572
|
+
:param _host_index: set to override the host_index for a single
|
|
573
|
+
request; this effectively ignores the host_index
|
|
574
|
+
in the spec for a single request.
|
|
575
|
+
:type _host_index: int, optional
|
|
576
|
+
:return: Returns the result object.
|
|
577
|
+
""" # noqa: E501
|
|
578
|
+
|
|
579
|
+
_param = self._get_virtual_robot_io_value_serialize(
|
|
580
|
+
cell=cell,
|
|
581
|
+
controller=controller,
|
|
582
|
+
io=io,
|
|
583
|
+
_request_auth=_request_auth,
|
|
584
|
+
_content_type=_content_type,
|
|
585
|
+
_headers=_headers,
|
|
586
|
+
_host_index=_host_index,
|
|
587
|
+
)
|
|
588
|
+
|
|
589
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
590
|
+
"200": "IO",
|
|
591
|
+
}
|
|
592
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
593
|
+
await response_data.read()
|
|
594
|
+
return self.api_client.response_deserialize(
|
|
595
|
+
response_data=response_data,
|
|
596
|
+
response_types_map=_response_types_map,
|
|
597
|
+
).data
|
|
598
|
+
|
|
599
|
+
@validate_call
|
|
600
|
+
async def get_virtual_robot_io_value_with_http_info(
|
|
601
|
+
self,
|
|
602
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
603
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
604
|
+
io: Annotated[StrictStr, Field(description="The io id.")],
|
|
605
|
+
_request_timeout: Union[
|
|
606
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
607
|
+
] = None,
|
|
608
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
609
|
+
_content_type: Optional[StrictStr] = None,
|
|
610
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
611
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
612
|
+
) -> ApiResponse[IO]:
|
|
613
|
+
"""Get I/O
|
|
614
|
+
|
|
615
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Gets the description and value of a virtual controller I/O.
|
|
616
|
+
|
|
617
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
618
|
+
:type cell: str
|
|
619
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
620
|
+
:type controller: str
|
|
621
|
+
:param io: The io id. (required)
|
|
622
|
+
:type io: str
|
|
623
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
624
|
+
number provided, it will be total request
|
|
625
|
+
timeout. It can also be a pair (tuple) of
|
|
626
|
+
(connection, read) timeouts.
|
|
627
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
628
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
629
|
+
request; this effectively ignores the
|
|
630
|
+
authentication in the spec for a single request.
|
|
631
|
+
:type _request_auth: dict, optional
|
|
632
|
+
:param _content_type: force content-type for the request.
|
|
633
|
+
:type _content_type: str, Optional
|
|
634
|
+
:param _headers: set to override the headers for a single
|
|
635
|
+
request; this effectively ignores the headers
|
|
636
|
+
in the spec for a single request.
|
|
637
|
+
:type _headers: dict, optional
|
|
638
|
+
:param _host_index: set to override the host_index for a single
|
|
639
|
+
request; this effectively ignores the host_index
|
|
640
|
+
in the spec for a single request.
|
|
641
|
+
:type _host_index: int, optional
|
|
642
|
+
:return: Returns the result object.
|
|
643
|
+
""" # noqa: E501
|
|
644
|
+
|
|
645
|
+
_param = self._get_virtual_robot_io_value_serialize(
|
|
646
|
+
cell=cell,
|
|
647
|
+
controller=controller,
|
|
648
|
+
io=io,
|
|
649
|
+
_request_auth=_request_auth,
|
|
650
|
+
_content_type=_content_type,
|
|
651
|
+
_headers=_headers,
|
|
652
|
+
_host_index=_host_index,
|
|
653
|
+
)
|
|
654
|
+
|
|
655
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
656
|
+
"200": "IO",
|
|
657
|
+
}
|
|
658
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
659
|
+
await response_data.read()
|
|
660
|
+
return self.api_client.response_deserialize(
|
|
661
|
+
response_data=response_data,
|
|
662
|
+
response_types_map=_response_types_map,
|
|
663
|
+
)
|
|
664
|
+
|
|
665
|
+
@validate_call
|
|
666
|
+
async def get_virtual_robot_io_value_without_preload_content(
|
|
667
|
+
self,
|
|
668
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
669
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
670
|
+
io: Annotated[StrictStr, Field(description="The io id.")],
|
|
671
|
+
_request_timeout: Union[
|
|
672
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
673
|
+
] = None,
|
|
674
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
675
|
+
_content_type: Optional[StrictStr] = None,
|
|
676
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
677
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
678
|
+
) -> RESTResponseType:
|
|
679
|
+
"""Get I/O
|
|
680
|
+
|
|
681
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Gets the description and value of a virtual controller I/O.
|
|
682
|
+
|
|
683
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
684
|
+
:type cell: str
|
|
685
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
686
|
+
:type controller: str
|
|
687
|
+
:param io: The io id. (required)
|
|
688
|
+
:type io: str
|
|
689
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
690
|
+
number provided, it will be total request
|
|
691
|
+
timeout. It can also be a pair (tuple) of
|
|
692
|
+
(connection, read) timeouts.
|
|
693
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
694
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
695
|
+
request; this effectively ignores the
|
|
696
|
+
authentication in the spec for a single request.
|
|
697
|
+
:type _request_auth: dict, optional
|
|
698
|
+
:param _content_type: force content-type for the request.
|
|
699
|
+
:type _content_type: str, Optional
|
|
700
|
+
:param _headers: set to override the headers for a single
|
|
701
|
+
request; this effectively ignores the headers
|
|
702
|
+
in the spec for a single request.
|
|
703
|
+
:type _headers: dict, optional
|
|
704
|
+
:param _host_index: set to override the host_index for a single
|
|
705
|
+
request; this effectively ignores the host_index
|
|
706
|
+
in the spec for a single request.
|
|
707
|
+
:type _host_index: int, optional
|
|
708
|
+
:return: Returns the result object.
|
|
709
|
+
""" # noqa: E501
|
|
710
|
+
|
|
711
|
+
_param = self._get_virtual_robot_io_value_serialize(
|
|
712
|
+
cell=cell,
|
|
713
|
+
controller=controller,
|
|
714
|
+
io=io,
|
|
715
|
+
_request_auth=_request_auth,
|
|
716
|
+
_content_type=_content_type,
|
|
717
|
+
_headers=_headers,
|
|
718
|
+
_host_index=_host_index,
|
|
719
|
+
)
|
|
720
|
+
|
|
721
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
722
|
+
"200": "IO",
|
|
723
|
+
}
|
|
724
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
725
|
+
return response_data.response
|
|
726
|
+
|
|
727
|
+
def _get_virtual_robot_io_value_serialize(
|
|
728
|
+
self,
|
|
729
|
+
cell,
|
|
730
|
+
controller,
|
|
731
|
+
io,
|
|
732
|
+
_request_auth,
|
|
733
|
+
_content_type,
|
|
734
|
+
_headers,
|
|
735
|
+
_host_index,
|
|
736
|
+
) -> RequestSerialized:
|
|
737
|
+
|
|
738
|
+
_host = None
|
|
739
|
+
|
|
740
|
+
_collection_formats: Dict[str, str] = {}
|
|
741
|
+
|
|
742
|
+
_path_params: Dict[str, str] = {}
|
|
743
|
+
_query_params: List[Tuple[str, str]] = []
|
|
744
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
745
|
+
_form_params: List[Tuple[str, str]] = []
|
|
746
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
747
|
+
_body_params: Optional[bytes] = None
|
|
748
|
+
|
|
749
|
+
# process the path parameters
|
|
750
|
+
if cell is not None:
|
|
751
|
+
_path_params["cell"] = cell
|
|
752
|
+
if controller is not None:
|
|
753
|
+
_path_params["controller"] = controller
|
|
754
|
+
if io is not None:
|
|
755
|
+
_path_params["io"] = io
|
|
756
|
+
# process the query parameters
|
|
757
|
+
# process the header parameters
|
|
758
|
+
# process the form parameters
|
|
759
|
+
# process the body parameter
|
|
760
|
+
|
|
761
|
+
# set the HTTP header `Accept`
|
|
762
|
+
_header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
|
|
763
|
+
|
|
764
|
+
# authentication setting
|
|
765
|
+
_auth_settings: List[str] = ["BearerAuth"]
|
|
766
|
+
|
|
767
|
+
return self.api_client.param_serialize(
|
|
768
|
+
method="GET",
|
|
769
|
+
resource_path="/cells/{cell}/controllers/{controller}/teach-pendant/ios/{io}",
|
|
770
|
+
path_params=_path_params,
|
|
771
|
+
query_params=_query_params,
|
|
772
|
+
header_params=_header_params,
|
|
773
|
+
body=_body_params,
|
|
774
|
+
post_params=_form_params,
|
|
775
|
+
files=_files,
|
|
776
|
+
auth_settings=_auth_settings,
|
|
777
|
+
collection_formats=_collection_formats,
|
|
778
|
+
_host=_host,
|
|
779
|
+
_request_auth=_request_auth,
|
|
780
|
+
)
|
|
781
|
+
|
|
782
|
+
@validate_call
|
|
783
|
+
async def list_ios(
|
|
784
|
+
self,
|
|
785
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
786
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
787
|
+
_request_timeout: Union[
|
|
788
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
789
|
+
] = None,
|
|
790
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
791
|
+
_content_type: Optional[StrictStr] = None,
|
|
792
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
793
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
794
|
+
) -> IOs:
|
|
795
|
+
"""List Inputs/Outputs
|
|
796
|
+
|
|
797
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Lists all inputs/outputs of the virtual controller. Every input/output contains the description and the value. As a virtual robot can have up to thousand inputs/outputs, be ready to handle a large response. Use [List Descriptions](List Descriptions) to get a detailed description of an input/output.
|
|
798
|
+
|
|
799
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
800
|
+
:type cell: str
|
|
801
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
802
|
+
:type controller: str
|
|
803
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
804
|
+
number provided, it will be total request
|
|
805
|
+
timeout. It can also be a pair (tuple) of
|
|
806
|
+
(connection, read) timeouts.
|
|
807
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
808
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
809
|
+
request; this effectively ignores the
|
|
810
|
+
authentication in the spec for a single request.
|
|
811
|
+
:type _request_auth: dict, optional
|
|
812
|
+
:param _content_type: force content-type for the request.
|
|
813
|
+
:type _content_type: str, Optional
|
|
814
|
+
:param _headers: set to override the headers for a single
|
|
815
|
+
request; this effectively ignores the headers
|
|
816
|
+
in the spec for a single request.
|
|
817
|
+
:type _headers: dict, optional
|
|
818
|
+
:param _host_index: set to override the host_index for a single
|
|
819
|
+
request; this effectively ignores the host_index
|
|
820
|
+
in the spec for a single request.
|
|
821
|
+
:type _host_index: int, optional
|
|
822
|
+
:return: Returns the result object.
|
|
823
|
+
""" # noqa: E501
|
|
824
|
+
|
|
825
|
+
_param = self._list_ios_serialize(
|
|
826
|
+
cell=cell,
|
|
827
|
+
controller=controller,
|
|
828
|
+
_request_auth=_request_auth,
|
|
829
|
+
_content_type=_content_type,
|
|
830
|
+
_headers=_headers,
|
|
831
|
+
_host_index=_host_index,
|
|
832
|
+
)
|
|
833
|
+
|
|
834
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
835
|
+
"200": "IOs",
|
|
836
|
+
}
|
|
837
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
838
|
+
await response_data.read()
|
|
839
|
+
return self.api_client.response_deserialize(
|
|
840
|
+
response_data=response_data,
|
|
841
|
+
response_types_map=_response_types_map,
|
|
842
|
+
).data
|
|
843
|
+
|
|
844
|
+
@validate_call
|
|
845
|
+
async def list_ios_with_http_info(
|
|
846
|
+
self,
|
|
847
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
848
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
849
|
+
_request_timeout: Union[
|
|
850
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
851
|
+
] = None,
|
|
852
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
853
|
+
_content_type: Optional[StrictStr] = None,
|
|
854
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
855
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
856
|
+
) -> ApiResponse[IOs]:
|
|
857
|
+
"""List Inputs/Outputs
|
|
858
|
+
|
|
859
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Lists all inputs/outputs of the virtual controller. Every input/output contains the description and the value. As a virtual robot can have up to thousand inputs/outputs, be ready to handle a large response. Use [List Descriptions](List Descriptions) to get a detailed description of an input/output.
|
|
860
|
+
|
|
861
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
862
|
+
:type cell: str
|
|
863
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
864
|
+
:type controller: str
|
|
865
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
866
|
+
number provided, it will be total request
|
|
867
|
+
timeout. It can also be a pair (tuple) of
|
|
868
|
+
(connection, read) timeouts.
|
|
869
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
870
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
871
|
+
request; this effectively ignores the
|
|
872
|
+
authentication in the spec for a single request.
|
|
873
|
+
:type _request_auth: dict, optional
|
|
874
|
+
:param _content_type: force content-type for the request.
|
|
875
|
+
:type _content_type: str, Optional
|
|
876
|
+
:param _headers: set to override the headers for a single
|
|
877
|
+
request; this effectively ignores the headers
|
|
878
|
+
in the spec for a single request.
|
|
879
|
+
:type _headers: dict, optional
|
|
880
|
+
:param _host_index: set to override the host_index for a single
|
|
881
|
+
request; this effectively ignores the host_index
|
|
882
|
+
in the spec for a single request.
|
|
883
|
+
:type _host_index: int, optional
|
|
884
|
+
:return: Returns the result object.
|
|
885
|
+
""" # noqa: E501
|
|
886
|
+
|
|
887
|
+
_param = self._list_ios_serialize(
|
|
888
|
+
cell=cell,
|
|
889
|
+
controller=controller,
|
|
890
|
+
_request_auth=_request_auth,
|
|
891
|
+
_content_type=_content_type,
|
|
892
|
+
_headers=_headers,
|
|
893
|
+
_host_index=_host_index,
|
|
894
|
+
)
|
|
895
|
+
|
|
896
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
897
|
+
"200": "IOs",
|
|
898
|
+
}
|
|
899
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
900
|
+
await response_data.read()
|
|
901
|
+
return self.api_client.response_deserialize(
|
|
902
|
+
response_data=response_data,
|
|
903
|
+
response_types_map=_response_types_map,
|
|
904
|
+
)
|
|
905
|
+
|
|
906
|
+
@validate_call
|
|
907
|
+
async def list_ios_without_preload_content(
|
|
908
|
+
self,
|
|
909
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
910
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
911
|
+
_request_timeout: Union[
|
|
912
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
913
|
+
] = None,
|
|
914
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
915
|
+
_content_type: Optional[StrictStr] = None,
|
|
916
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
917
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
918
|
+
) -> RESTResponseType:
|
|
919
|
+
"""List Inputs/Outputs
|
|
920
|
+
|
|
921
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Lists all inputs/outputs of the virtual controller. Every input/output contains the description and the value. As a virtual robot can have up to thousand inputs/outputs, be ready to handle a large response. Use [List Descriptions](List Descriptions) to get a detailed description of an input/output.
|
|
922
|
+
|
|
923
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
924
|
+
:type cell: str
|
|
925
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
926
|
+
:type controller: str
|
|
927
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
928
|
+
number provided, it will be total request
|
|
929
|
+
timeout. It can also be a pair (tuple) of
|
|
930
|
+
(connection, read) timeouts.
|
|
931
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
932
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
933
|
+
request; this effectively ignores the
|
|
934
|
+
authentication in the spec for a single request.
|
|
935
|
+
:type _request_auth: dict, optional
|
|
936
|
+
:param _content_type: force content-type for the request.
|
|
937
|
+
:type _content_type: str, Optional
|
|
938
|
+
:param _headers: set to override the headers for a single
|
|
939
|
+
request; this effectively ignores the headers
|
|
940
|
+
in the spec for a single request.
|
|
941
|
+
:type _headers: dict, optional
|
|
942
|
+
:param _host_index: set to override the host_index for a single
|
|
943
|
+
request; this effectively ignores the host_index
|
|
944
|
+
in the spec for a single request.
|
|
945
|
+
:type _host_index: int, optional
|
|
946
|
+
:return: Returns the result object.
|
|
947
|
+
""" # noqa: E501
|
|
948
|
+
|
|
949
|
+
_param = self._list_ios_serialize(
|
|
950
|
+
cell=cell,
|
|
951
|
+
controller=controller,
|
|
952
|
+
_request_auth=_request_auth,
|
|
953
|
+
_content_type=_content_type,
|
|
954
|
+
_headers=_headers,
|
|
955
|
+
_host_index=_host_index,
|
|
956
|
+
)
|
|
957
|
+
|
|
958
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
959
|
+
"200": "IOs",
|
|
960
|
+
}
|
|
961
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
962
|
+
return response_data.response
|
|
963
|
+
|
|
964
|
+
def _list_ios_serialize(
|
|
965
|
+
self,
|
|
966
|
+
cell,
|
|
967
|
+
controller,
|
|
968
|
+
_request_auth,
|
|
969
|
+
_content_type,
|
|
970
|
+
_headers,
|
|
971
|
+
_host_index,
|
|
972
|
+
) -> RequestSerialized:
|
|
973
|
+
|
|
974
|
+
_host = None
|
|
975
|
+
|
|
976
|
+
_collection_formats: Dict[str, str] = {}
|
|
977
|
+
|
|
978
|
+
_path_params: Dict[str, str] = {}
|
|
979
|
+
_query_params: List[Tuple[str, str]] = []
|
|
980
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
981
|
+
_form_params: List[Tuple[str, str]] = []
|
|
982
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
983
|
+
_body_params: Optional[bytes] = None
|
|
984
|
+
|
|
985
|
+
# process the path parameters
|
|
986
|
+
if cell is not None:
|
|
987
|
+
_path_params["cell"] = cell
|
|
988
|
+
if controller is not None:
|
|
989
|
+
_path_params["controller"] = controller
|
|
990
|
+
# process the query parameters
|
|
991
|
+
# process the header parameters
|
|
992
|
+
# process the form parameters
|
|
993
|
+
# process the body parameter
|
|
994
|
+
|
|
995
|
+
# set the HTTP header `Accept`
|
|
996
|
+
_header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
|
|
997
|
+
|
|
998
|
+
# authentication setting
|
|
999
|
+
_auth_settings: List[str] = ["BearerAuth"]
|
|
1000
|
+
|
|
1001
|
+
return self.api_client.param_serialize(
|
|
1002
|
+
method="GET",
|
|
1003
|
+
resource_path="/cells/{cell}/controllers/{controller}/teach-pendant/ios",
|
|
1004
|
+
path_params=_path_params,
|
|
1005
|
+
query_params=_query_params,
|
|
1006
|
+
header_params=_header_params,
|
|
1007
|
+
body=_body_params,
|
|
1008
|
+
post_params=_form_params,
|
|
1009
|
+
files=_files,
|
|
1010
|
+
auth_settings=_auth_settings,
|
|
1011
|
+
collection_formats=_collection_formats,
|
|
1012
|
+
_host=_host,
|
|
1013
|
+
_request_auth=_request_auth,
|
|
1014
|
+
)
|
|
1015
|
+
|
|
1016
|
+
@validate_call
|
|
1017
|
+
async def set_motion_group_state(
|
|
1018
|
+
self,
|
|
1019
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
1020
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
1021
|
+
id: Annotated[StrictInt, Field(description="The controller specific motion-group id.")],
|
|
1022
|
+
motion_group_joints: MotionGroupJoints,
|
|
1023
|
+
_request_timeout: Union[
|
|
1024
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
1025
|
+
] = None,
|
|
1026
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1027
|
+
_content_type: Optional[StrictStr] = None,
|
|
1028
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1029
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1030
|
+
) -> object:
|
|
1031
|
+
"""Set Motion Group State
|
|
1032
|
+
|
|
1033
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Sets the values for joint position, joint velocity or joint acceleration of a motion group state. The values are immediately applied to the joints of the motion group. We recommend to only use the endpoint when the motion group is in monitor mode. In case the motion group is controlled, currently jogging or planning motions, the values are overridden by the controller or an error may occur.
|
|
1034
|
+
|
|
1035
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1036
|
+
:type cell: str
|
|
1037
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
1038
|
+
:type controller: str
|
|
1039
|
+
:param id: The controller specific motion-group id. (required)
|
|
1040
|
+
:type id: int
|
|
1041
|
+
:param motion_group_joints: (required)
|
|
1042
|
+
:type motion_group_joints: MotionGroupJoints
|
|
1043
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1044
|
+
number provided, it will be total request
|
|
1045
|
+
timeout. It can also be a pair (tuple) of
|
|
1046
|
+
(connection, read) timeouts.
|
|
1047
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1048
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1049
|
+
request; this effectively ignores the
|
|
1050
|
+
authentication in the spec for a single request.
|
|
1051
|
+
:type _request_auth: dict, optional
|
|
1052
|
+
:param _content_type: force content-type for the request.
|
|
1053
|
+
:type _content_type: str, Optional
|
|
1054
|
+
:param _headers: set to override the headers for a single
|
|
1055
|
+
request; this effectively ignores the headers
|
|
1056
|
+
in the spec for a single request.
|
|
1057
|
+
:type _headers: dict, optional
|
|
1058
|
+
:param _host_index: set to override the host_index for a single
|
|
1059
|
+
request; this effectively ignores the host_index
|
|
1060
|
+
in the spec for a single request.
|
|
1061
|
+
:type _host_index: int, optional
|
|
1062
|
+
:return: Returns the result object.
|
|
1063
|
+
""" # noqa: E501
|
|
1064
|
+
|
|
1065
|
+
_param = self._set_motion_group_state_serialize(
|
|
1066
|
+
cell=cell,
|
|
1067
|
+
controller=controller,
|
|
1068
|
+
id=id,
|
|
1069
|
+
motion_group_joints=motion_group_joints,
|
|
1070
|
+
_request_auth=_request_auth,
|
|
1071
|
+
_content_type=_content_type,
|
|
1072
|
+
_headers=_headers,
|
|
1073
|
+
_host_index=_host_index,
|
|
1074
|
+
)
|
|
1075
|
+
|
|
1076
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1077
|
+
"200": "object",
|
|
1078
|
+
}
|
|
1079
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
1080
|
+
await response_data.read()
|
|
1081
|
+
return self.api_client.response_deserialize(
|
|
1082
|
+
response_data=response_data,
|
|
1083
|
+
response_types_map=_response_types_map,
|
|
1084
|
+
).data
|
|
1085
|
+
|
|
1086
|
+
@validate_call
|
|
1087
|
+
async def set_motion_group_state_with_http_info(
|
|
1088
|
+
self,
|
|
1089
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
1090
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
1091
|
+
id: Annotated[StrictInt, Field(description="The controller specific motion-group id.")],
|
|
1092
|
+
motion_group_joints: MotionGroupJoints,
|
|
1093
|
+
_request_timeout: Union[
|
|
1094
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
1095
|
+
] = None,
|
|
1096
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1097
|
+
_content_type: Optional[StrictStr] = None,
|
|
1098
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1099
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1100
|
+
) -> ApiResponse[object]:
|
|
1101
|
+
"""Set Motion Group State
|
|
1102
|
+
|
|
1103
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Sets the values for joint position, joint velocity or joint acceleration of a motion group state. The values are immediately applied to the joints of the motion group. We recommend to only use the endpoint when the motion group is in monitor mode. In case the motion group is controlled, currently jogging or planning motions, the values are overridden by the controller or an error may occur.
|
|
1104
|
+
|
|
1105
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1106
|
+
:type cell: str
|
|
1107
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
1108
|
+
:type controller: str
|
|
1109
|
+
:param id: The controller specific motion-group id. (required)
|
|
1110
|
+
:type id: int
|
|
1111
|
+
:param motion_group_joints: (required)
|
|
1112
|
+
:type motion_group_joints: MotionGroupJoints
|
|
1113
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1114
|
+
number provided, it will be total request
|
|
1115
|
+
timeout. It can also be a pair (tuple) of
|
|
1116
|
+
(connection, read) timeouts.
|
|
1117
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1118
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1119
|
+
request; this effectively ignores the
|
|
1120
|
+
authentication in the spec for a single request.
|
|
1121
|
+
:type _request_auth: dict, optional
|
|
1122
|
+
:param _content_type: force content-type for the request.
|
|
1123
|
+
:type _content_type: str, Optional
|
|
1124
|
+
:param _headers: set to override the headers for a single
|
|
1125
|
+
request; this effectively ignores the headers
|
|
1126
|
+
in the spec for a single request.
|
|
1127
|
+
:type _headers: dict, optional
|
|
1128
|
+
:param _host_index: set to override the host_index for a single
|
|
1129
|
+
request; this effectively ignores the host_index
|
|
1130
|
+
in the spec for a single request.
|
|
1131
|
+
:type _host_index: int, optional
|
|
1132
|
+
:return: Returns the result object.
|
|
1133
|
+
""" # noqa: E501
|
|
1134
|
+
|
|
1135
|
+
_param = self._set_motion_group_state_serialize(
|
|
1136
|
+
cell=cell,
|
|
1137
|
+
controller=controller,
|
|
1138
|
+
id=id,
|
|
1139
|
+
motion_group_joints=motion_group_joints,
|
|
1140
|
+
_request_auth=_request_auth,
|
|
1141
|
+
_content_type=_content_type,
|
|
1142
|
+
_headers=_headers,
|
|
1143
|
+
_host_index=_host_index,
|
|
1144
|
+
)
|
|
1145
|
+
|
|
1146
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1147
|
+
"200": "object",
|
|
1148
|
+
}
|
|
1149
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
1150
|
+
await response_data.read()
|
|
1151
|
+
return self.api_client.response_deserialize(
|
|
1152
|
+
response_data=response_data,
|
|
1153
|
+
response_types_map=_response_types_map,
|
|
1154
|
+
)
|
|
1155
|
+
|
|
1156
|
+
@validate_call
|
|
1157
|
+
async def set_motion_group_state_without_preload_content(
|
|
1158
|
+
self,
|
|
1159
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
1160
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
1161
|
+
id: Annotated[StrictInt, Field(description="The controller specific motion-group id.")],
|
|
1162
|
+
motion_group_joints: MotionGroupJoints,
|
|
1163
|
+
_request_timeout: Union[
|
|
1164
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
1165
|
+
] = None,
|
|
1166
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1167
|
+
_content_type: Optional[StrictStr] = None,
|
|
1168
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1169
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1170
|
+
) -> RESTResponseType:
|
|
1171
|
+
"""Set Motion Group State
|
|
1172
|
+
|
|
1173
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Sets the values for joint position, joint velocity or joint acceleration of a motion group state. The values are immediately applied to the joints of the motion group. We recommend to only use the endpoint when the motion group is in monitor mode. In case the motion group is controlled, currently jogging or planning motions, the values are overridden by the controller or an error may occur.
|
|
1174
|
+
|
|
1175
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1176
|
+
:type cell: str
|
|
1177
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
1178
|
+
:type controller: str
|
|
1179
|
+
:param id: The controller specific motion-group id. (required)
|
|
1180
|
+
:type id: int
|
|
1181
|
+
:param motion_group_joints: (required)
|
|
1182
|
+
:type motion_group_joints: MotionGroupJoints
|
|
1183
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1184
|
+
number provided, it will be total request
|
|
1185
|
+
timeout. It can also be a pair (tuple) of
|
|
1186
|
+
(connection, read) timeouts.
|
|
1187
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1188
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1189
|
+
request; this effectively ignores the
|
|
1190
|
+
authentication in the spec for a single request.
|
|
1191
|
+
:type _request_auth: dict, optional
|
|
1192
|
+
:param _content_type: force content-type for the request.
|
|
1193
|
+
:type _content_type: str, Optional
|
|
1194
|
+
:param _headers: set to override the headers for a single
|
|
1195
|
+
request; this effectively ignores the headers
|
|
1196
|
+
in the spec for a single request.
|
|
1197
|
+
:type _headers: dict, optional
|
|
1198
|
+
:param _host_index: set to override the host_index for a single
|
|
1199
|
+
request; this effectively ignores the host_index
|
|
1200
|
+
in the spec for a single request.
|
|
1201
|
+
:type _host_index: int, optional
|
|
1202
|
+
:return: Returns the result object.
|
|
1203
|
+
""" # noqa: E501
|
|
1204
|
+
|
|
1205
|
+
_param = self._set_motion_group_state_serialize(
|
|
1206
|
+
cell=cell,
|
|
1207
|
+
controller=controller,
|
|
1208
|
+
id=id,
|
|
1209
|
+
motion_group_joints=motion_group_joints,
|
|
1210
|
+
_request_auth=_request_auth,
|
|
1211
|
+
_content_type=_content_type,
|
|
1212
|
+
_headers=_headers,
|
|
1213
|
+
_host_index=_host_index,
|
|
1214
|
+
)
|
|
1215
|
+
|
|
1216
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1217
|
+
"200": "object",
|
|
1218
|
+
}
|
|
1219
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
1220
|
+
return response_data.response
|
|
1221
|
+
|
|
1222
|
+
def _set_motion_group_state_serialize(
|
|
1223
|
+
self,
|
|
1224
|
+
cell,
|
|
1225
|
+
controller,
|
|
1226
|
+
id,
|
|
1227
|
+
motion_group_joints,
|
|
1228
|
+
_request_auth,
|
|
1229
|
+
_content_type,
|
|
1230
|
+
_headers,
|
|
1231
|
+
_host_index,
|
|
1232
|
+
) -> RequestSerialized:
|
|
1233
|
+
|
|
1234
|
+
_host = None
|
|
1235
|
+
|
|
1236
|
+
_collection_formats: Dict[str, str] = {}
|
|
1237
|
+
|
|
1238
|
+
_path_params: Dict[str, str] = {}
|
|
1239
|
+
_query_params: List[Tuple[str, str]] = []
|
|
1240
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
1241
|
+
_form_params: List[Tuple[str, str]] = []
|
|
1242
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
1243
|
+
_body_params: Optional[bytes] = None
|
|
1244
|
+
|
|
1245
|
+
# process the path parameters
|
|
1246
|
+
if cell is not None:
|
|
1247
|
+
_path_params["cell"] = cell
|
|
1248
|
+
if controller is not None:
|
|
1249
|
+
_path_params["controller"] = controller
|
|
1250
|
+
if id is not None:
|
|
1251
|
+
_path_params["id"] = id
|
|
1252
|
+
# process the query parameters
|
|
1253
|
+
# process the header parameters
|
|
1254
|
+
# process the form parameters
|
|
1255
|
+
# process the body parameter
|
|
1256
|
+
if motion_group_joints is not None:
|
|
1257
|
+
_body_params = motion_group_joints
|
|
1258
|
+
|
|
1259
|
+
# set the HTTP header `Accept`
|
|
1260
|
+
_header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
|
|
1261
|
+
|
|
1262
|
+
# set the HTTP header `Content-Type`
|
|
1263
|
+
if _content_type:
|
|
1264
|
+
_header_params["Content-Type"] = _content_type
|
|
1265
|
+
else:
|
|
1266
|
+
_default_content_type = self.api_client.select_header_content_type(["application/json"])
|
|
1267
|
+
if _default_content_type is not None:
|
|
1268
|
+
_header_params["Content-Type"] = _default_content_type
|
|
1269
|
+
|
|
1270
|
+
# authentication setting
|
|
1271
|
+
_auth_settings: List[str] = ["BearerAuth"]
|
|
1272
|
+
|
|
1273
|
+
return self.api_client.param_serialize(
|
|
1274
|
+
method="PUT",
|
|
1275
|
+
resource_path="/cells/{cell}/controllers/{controller}/teach-pendant/motion-groups/{id}",
|
|
1276
|
+
path_params=_path_params,
|
|
1277
|
+
query_params=_query_params,
|
|
1278
|
+
header_params=_header_params,
|
|
1279
|
+
body=_body_params,
|
|
1280
|
+
post_params=_form_params,
|
|
1281
|
+
files=_files,
|
|
1282
|
+
auth_settings=_auth_settings,
|
|
1283
|
+
collection_formats=_collection_formats,
|
|
1284
|
+
_host=_host,
|
|
1285
|
+
_request_auth=_request_auth,
|
|
1286
|
+
)
|
|
1287
|
+
|
|
1288
|
+
@validate_call
|
|
1289
|
+
async def set_virtual_robot_io_value(
|
|
1290
|
+
self,
|
|
1291
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
1292
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
1293
|
+
io: Annotated[StrictStr, Field(description="The io id.")],
|
|
1294
|
+
bool: Optional[StrictBool] = None,
|
|
1295
|
+
integer: Optional[StrictStr] = None,
|
|
1296
|
+
double: Optional[Union[StrictFloat, StrictInt]] = None,
|
|
1297
|
+
_request_timeout: Union[
|
|
1298
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
1299
|
+
] = None,
|
|
1300
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1301
|
+
_content_type: Optional[StrictStr] = None,
|
|
1302
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1303
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1304
|
+
) -> object:
|
|
1305
|
+
"""Set I/O
|
|
1306
|
+
|
|
1307
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Sets the value of a virtual controller I/O.
|
|
1308
|
+
|
|
1309
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1310
|
+
:type cell: str
|
|
1311
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
1312
|
+
:type controller: str
|
|
1313
|
+
:param io: The io id. (required)
|
|
1314
|
+
:type io: str
|
|
1315
|
+
:param bool:
|
|
1316
|
+
:type bool: bool
|
|
1317
|
+
:param integer:
|
|
1318
|
+
:type integer: str
|
|
1319
|
+
:param double:
|
|
1320
|
+
:type double: float
|
|
1321
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1322
|
+
number provided, it will be total request
|
|
1323
|
+
timeout. It can also be a pair (tuple) of
|
|
1324
|
+
(connection, read) timeouts.
|
|
1325
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1326
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1327
|
+
request; this effectively ignores the
|
|
1328
|
+
authentication in the spec for a single request.
|
|
1329
|
+
:type _request_auth: dict, optional
|
|
1330
|
+
:param _content_type: force content-type for the request.
|
|
1331
|
+
:type _content_type: str, Optional
|
|
1332
|
+
:param _headers: set to override the headers for a single
|
|
1333
|
+
request; this effectively ignores the headers
|
|
1334
|
+
in the spec for a single request.
|
|
1335
|
+
:type _headers: dict, optional
|
|
1336
|
+
:param _host_index: set to override the host_index for a single
|
|
1337
|
+
request; this effectively ignores the host_index
|
|
1338
|
+
in the spec for a single request.
|
|
1339
|
+
:type _host_index: int, optional
|
|
1340
|
+
:return: Returns the result object.
|
|
1341
|
+
""" # noqa: E501
|
|
1342
|
+
|
|
1343
|
+
_param = self._set_virtual_robot_io_value_serialize(
|
|
1344
|
+
cell=cell,
|
|
1345
|
+
controller=controller,
|
|
1346
|
+
io=io,
|
|
1347
|
+
bool=bool,
|
|
1348
|
+
integer=integer,
|
|
1349
|
+
double=double,
|
|
1350
|
+
_request_auth=_request_auth,
|
|
1351
|
+
_content_type=_content_type,
|
|
1352
|
+
_headers=_headers,
|
|
1353
|
+
_host_index=_host_index,
|
|
1354
|
+
)
|
|
1355
|
+
|
|
1356
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1357
|
+
"200": "object",
|
|
1358
|
+
}
|
|
1359
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
1360
|
+
await response_data.read()
|
|
1361
|
+
return self.api_client.response_deserialize(
|
|
1362
|
+
response_data=response_data,
|
|
1363
|
+
response_types_map=_response_types_map,
|
|
1364
|
+
).data
|
|
1365
|
+
|
|
1366
|
+
@validate_call
|
|
1367
|
+
async def set_virtual_robot_io_value_with_http_info(
|
|
1368
|
+
self,
|
|
1369
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
1370
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
1371
|
+
io: Annotated[StrictStr, Field(description="The io id.")],
|
|
1372
|
+
bool: Optional[StrictBool] = None,
|
|
1373
|
+
integer: Optional[StrictStr] = None,
|
|
1374
|
+
double: Optional[Union[StrictFloat, StrictInt]] = None,
|
|
1375
|
+
_request_timeout: Union[
|
|
1376
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
1377
|
+
] = None,
|
|
1378
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1379
|
+
_content_type: Optional[StrictStr] = None,
|
|
1380
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1381
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1382
|
+
) -> ApiResponse[object]:
|
|
1383
|
+
"""Set I/O
|
|
1384
|
+
|
|
1385
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Sets the value of a virtual controller I/O.
|
|
1386
|
+
|
|
1387
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1388
|
+
:type cell: str
|
|
1389
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
1390
|
+
:type controller: str
|
|
1391
|
+
:param io: The io id. (required)
|
|
1392
|
+
:type io: str
|
|
1393
|
+
:param bool:
|
|
1394
|
+
:type bool: bool
|
|
1395
|
+
:param integer:
|
|
1396
|
+
:type integer: str
|
|
1397
|
+
:param double:
|
|
1398
|
+
:type double: float
|
|
1399
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1400
|
+
number provided, it will be total request
|
|
1401
|
+
timeout. It can also be a pair (tuple) of
|
|
1402
|
+
(connection, read) timeouts.
|
|
1403
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1404
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1405
|
+
request; this effectively ignores the
|
|
1406
|
+
authentication in the spec for a single request.
|
|
1407
|
+
:type _request_auth: dict, optional
|
|
1408
|
+
:param _content_type: force content-type for the request.
|
|
1409
|
+
:type _content_type: str, Optional
|
|
1410
|
+
:param _headers: set to override the headers for a single
|
|
1411
|
+
request; this effectively ignores the headers
|
|
1412
|
+
in the spec for a single request.
|
|
1413
|
+
:type _headers: dict, optional
|
|
1414
|
+
:param _host_index: set to override the host_index for a single
|
|
1415
|
+
request; this effectively ignores the host_index
|
|
1416
|
+
in the spec for a single request.
|
|
1417
|
+
:type _host_index: int, optional
|
|
1418
|
+
:return: Returns the result object.
|
|
1419
|
+
""" # noqa: E501
|
|
1420
|
+
|
|
1421
|
+
_param = self._set_virtual_robot_io_value_serialize(
|
|
1422
|
+
cell=cell,
|
|
1423
|
+
controller=controller,
|
|
1424
|
+
io=io,
|
|
1425
|
+
bool=bool,
|
|
1426
|
+
integer=integer,
|
|
1427
|
+
double=double,
|
|
1428
|
+
_request_auth=_request_auth,
|
|
1429
|
+
_content_type=_content_type,
|
|
1430
|
+
_headers=_headers,
|
|
1431
|
+
_host_index=_host_index,
|
|
1432
|
+
)
|
|
1433
|
+
|
|
1434
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1435
|
+
"200": "object",
|
|
1436
|
+
}
|
|
1437
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
1438
|
+
await response_data.read()
|
|
1439
|
+
return self.api_client.response_deserialize(
|
|
1440
|
+
response_data=response_data,
|
|
1441
|
+
response_types_map=_response_types_map,
|
|
1442
|
+
)
|
|
1443
|
+
|
|
1444
|
+
@validate_call
|
|
1445
|
+
async def set_virtual_robot_io_value_without_preload_content(
|
|
1446
|
+
self,
|
|
1447
|
+
cell: Annotated[StrictStr, Field(description="Unique identifier addressing a cell in all API calls. ")],
|
|
1448
|
+
controller: Annotated[StrictStr, Field(description="Unique identifier to address a controller in the cell.")],
|
|
1449
|
+
io: Annotated[StrictStr, Field(description="The io id.")],
|
|
1450
|
+
bool: Optional[StrictBool] = None,
|
|
1451
|
+
integer: Optional[StrictStr] = None,
|
|
1452
|
+
double: Optional[Union[StrictFloat, StrictInt]] = None,
|
|
1453
|
+
_request_timeout: Union[
|
|
1454
|
+
None, Annotated[StrictFloat, Field(gt=0)], Tuple[Annotated[StrictFloat, Field(gt=0)], Annotated[StrictFloat, Field(gt=0)]]
|
|
1455
|
+
] = None,
|
|
1456
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1457
|
+
_content_type: Optional[StrictStr] = None,
|
|
1458
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1459
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1460
|
+
) -> RESTResponseType:
|
|
1461
|
+
"""Set I/O
|
|
1462
|
+
|
|
1463
|
+
**Required permissions:** `can_operate_virtual_controllers` - Operate and configure virtual controllers ___ Sets the value of a virtual controller I/O.
|
|
1464
|
+
|
|
1465
|
+
:param cell: Unique identifier addressing a cell in all API calls. (required)
|
|
1466
|
+
:type cell: str
|
|
1467
|
+
:param controller: Unique identifier to address a controller in the cell. (required)
|
|
1468
|
+
:type controller: str
|
|
1469
|
+
:param io: The io id. (required)
|
|
1470
|
+
:type io: str
|
|
1471
|
+
:param bool:
|
|
1472
|
+
:type bool: bool
|
|
1473
|
+
:param integer:
|
|
1474
|
+
:type integer: str
|
|
1475
|
+
:param double:
|
|
1476
|
+
:type double: float
|
|
1477
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1478
|
+
number provided, it will be total request
|
|
1479
|
+
timeout. It can also be a pair (tuple) of
|
|
1480
|
+
(connection, read) timeouts.
|
|
1481
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1482
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1483
|
+
request; this effectively ignores the
|
|
1484
|
+
authentication in the spec for a single request.
|
|
1485
|
+
:type _request_auth: dict, optional
|
|
1486
|
+
:param _content_type: force content-type for the request.
|
|
1487
|
+
:type _content_type: str, Optional
|
|
1488
|
+
:param _headers: set to override the headers for a single
|
|
1489
|
+
request; this effectively ignores the headers
|
|
1490
|
+
in the spec for a single request.
|
|
1491
|
+
:type _headers: dict, optional
|
|
1492
|
+
:param _host_index: set to override the host_index for a single
|
|
1493
|
+
request; this effectively ignores the host_index
|
|
1494
|
+
in the spec for a single request.
|
|
1495
|
+
:type _host_index: int, optional
|
|
1496
|
+
:return: Returns the result object.
|
|
1497
|
+
""" # noqa: E501
|
|
1498
|
+
|
|
1499
|
+
_param = self._set_virtual_robot_io_value_serialize(
|
|
1500
|
+
cell=cell,
|
|
1501
|
+
controller=controller,
|
|
1502
|
+
io=io,
|
|
1503
|
+
bool=bool,
|
|
1504
|
+
integer=integer,
|
|
1505
|
+
double=double,
|
|
1506
|
+
_request_auth=_request_auth,
|
|
1507
|
+
_content_type=_content_type,
|
|
1508
|
+
_headers=_headers,
|
|
1509
|
+
_host_index=_host_index,
|
|
1510
|
+
)
|
|
1511
|
+
|
|
1512
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1513
|
+
"200": "object",
|
|
1514
|
+
}
|
|
1515
|
+
response_data = await self.api_client.call_api(*_param, _request_timeout=_request_timeout)
|
|
1516
|
+
return response_data.response
|
|
1517
|
+
|
|
1518
|
+
def _set_virtual_robot_io_value_serialize(
|
|
1519
|
+
self,
|
|
1520
|
+
cell,
|
|
1521
|
+
controller,
|
|
1522
|
+
io,
|
|
1523
|
+
bool,
|
|
1524
|
+
integer,
|
|
1525
|
+
double,
|
|
1526
|
+
_request_auth,
|
|
1527
|
+
_content_type,
|
|
1528
|
+
_headers,
|
|
1529
|
+
_host_index,
|
|
1530
|
+
) -> RequestSerialized:
|
|
1531
|
+
|
|
1532
|
+
_host = None
|
|
1533
|
+
|
|
1534
|
+
_collection_formats: Dict[str, str] = {}
|
|
1535
|
+
|
|
1536
|
+
_path_params: Dict[str, str] = {}
|
|
1537
|
+
_query_params: List[Tuple[str, str]] = []
|
|
1538
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
1539
|
+
_form_params: List[Tuple[str, str]] = []
|
|
1540
|
+
_files: Dict[str, Union[str, bytes]] = {}
|
|
1541
|
+
_body_params: Optional[bytes] = None
|
|
1542
|
+
|
|
1543
|
+
# process the path parameters
|
|
1544
|
+
if cell is not None:
|
|
1545
|
+
_path_params["cell"] = cell
|
|
1546
|
+
if controller is not None:
|
|
1547
|
+
_path_params["controller"] = controller
|
|
1548
|
+
if io is not None:
|
|
1549
|
+
_path_params["io"] = io
|
|
1550
|
+
# process the query parameters
|
|
1551
|
+
if bool is not None:
|
|
1552
|
+
_query_params.append(("bool", bool))
|
|
1553
|
+
|
|
1554
|
+
if integer is not None:
|
|
1555
|
+
_query_params.append(("integer", integer))
|
|
1556
|
+
|
|
1557
|
+
if double is not None:
|
|
1558
|
+
_query_params.append(("double", double))
|
|
1559
|
+
|
|
1560
|
+
# process the header parameters
|
|
1561
|
+
# process the form parameters
|
|
1562
|
+
# process the body parameter
|
|
1563
|
+
|
|
1564
|
+
# set the HTTP header `Accept`
|
|
1565
|
+
_header_params["Accept"] = self.api_client.select_header_accept(["application/json"])
|
|
1566
|
+
|
|
1567
|
+
# authentication setting
|
|
1568
|
+
_auth_settings: List[str] = ["BearerAuth"]
|
|
1569
|
+
|
|
1570
|
+
return self.api_client.param_serialize(
|
|
1571
|
+
method="PUT",
|
|
1572
|
+
resource_path="/cells/{cell}/controllers/{controller}/teach-pendant/ios/{io}",
|
|
1573
|
+
path_params=_path_params,
|
|
1574
|
+
query_params=_query_params,
|
|
1575
|
+
header_params=_header_params,
|
|
1576
|
+
body=_body_params,
|
|
1577
|
+
post_params=_form_params,
|
|
1578
|
+
files=_files,
|
|
1579
|
+
auth_settings=_auth_settings,
|
|
1580
|
+
collection_formats=_collection_formats,
|
|
1581
|
+
_host=_host,
|
|
1582
|
+
_request_auth=_request_auth,
|
|
1583
|
+
)
|