Server queries#

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

actor_info(uid[, password])

Generate JSON string of actor_info query.

actor_properties(uid[, password])

Generate JSON string of actor_properties query.

actor_states(uid[, password])

Generate JSON string of actor_states query.

actor_status_info(uid, hid[, password])

Generate JSON string of actor_status_info query.

actor_supports(uid, feature_name[, password])

Generate JSON string of actor_supports query.

basic_project_info([password])

Generate JSON string of basic_project_info query.

full_project_status_info([password])

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.

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.

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([password])

Generate JSON string of systems_status_info query.