Server queries#

These methods are specific to the ansys.optislang.core.tcp.server_queries module and can be used to generate queries to the optiSLang server:

actor_info(uid[, include_log_messages, ...])

Generate JSON string of actor_info query.

actor_internal_variables(uid[, ...])

Generate JSON string of actor_internal_variables query.

actor_properties(uid[, password])

Generate JSON string of actor_properties query.

actor_registered_input_slots(uid[, ...])

Generate JSON string of actor_registered_input_slots query.

actor_registered_output_slots(uid[, ...])

Generate JSON string of actor_registered_output_slots query.

actor_registered_parameters(uid[, ...])

Generate JSON string of actor_registered_parameters query.

actor_registered_responses(uid[, ...])

Generate JSON string of actor_registered_responses query.

actor_states(uid[, include_state_info, password])

Generate JSON string of actor_states query.

actor_status_info(uid, hid[, ...])

Generate JSON string of actor_status_info query.

actor_supports(uid, feature_name[, password])

Generate JSON string of actor_supports query.

available_input_locations(uid[, password])

Generate JSON string of available_input_locations query.

available_nodes([password])

Generate JSON string of available nodes query.

available_output_locations(uid[, password])

Generate JSON string of available_output_locations query.

basic_project_info([password])

Generate JSON string of basic_project_info query.

doe_size(uid, sampling_type, num_discrete_levels)

Generate JSON string of doe_size query.

full_project_status_info([include_designs, ...])

Generate JSON string of full_project_status_info query.

full_project_tree([password])

Generate JSON string of full_project_tree query.

full_project_tree_with_properties([password])

Generate JSON string of full_project_tree_with_properties query.

full_subtree_status_info(uid[, ...])

Generate JSON string of full_subtree_status_info query.

get_criteria(uid[, password])

Generate JSON string of get_criteria query.

get_criterion(uid, name[, password])

Generate JSON string of get_criterion query.

hpc_licensing_forwarded_environment(uid[, ...])

Generate JSON string of hpc_licensing_forwarded_environment query.

input_slot_value(uid, hid, slot_name[, password])

Generate JSON string of input_slot_value query.

output_slot_value(uid, hid, slot_name[, ...])

Generate JSON string of output_slot_value query.

project_tree_systems([password])

Generate JSON string of project_tree_systems query.

project_tree_systems_with_properties([password])

Generate JSON string of project_tree_with_properties query.

result_design(uid, design_id[, password])

Generate JSON string of result_design query.

server_info([password])

Generate JSON string of server_info query.

server_is_alive([password])

Generate JSON string of server_is_alive query.

systems_status_info([include_designs, ...])

Generate JSON string of systems_status_info query.