ToGRPCVisitor#
- class ansys.modelcenter.workflow.grpc_modelcenter.var_value_convert.ToGRPCVisitor(local_file_context_stack: contextlib.ExitStack | None = None, engine_is_local: bool = True)#
Bases:
ansys.tools.variableinterop.IVariableValueVisitor[ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue]Produces a gRPC
VariableValuemessage for a givenatvi.IVariableValueobject.
Overview#
Import detail#
from ansys.modelcenter.workflow.grpc_modelcenter.var_value_convert import ToGRPCVisitor
Method detail#
- ToGRPCVisitor.visit_integer(value: ansys.tools.variableinterop.IntegerValue) ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue#
- ToGRPCVisitor.visit_real(value: ansys.tools.variableinterop.RealValue) ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue#
- ToGRPCVisitor.visit_boolean(value: ansys.tools.variableinterop.BooleanValue) ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue#
- ToGRPCVisitor.visit_string(value: ansys.tools.variableinterop.StringValue) ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue#
- ToGRPCVisitor.visit_integer_array(value: ansys.tools.variableinterop.IntegerArrayValue) ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue#
- ToGRPCVisitor.visit_file(value: ansys.tools.variableinterop.FileValue) ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue#
- ToGRPCVisitor.visit_real_array(value: ansys.tools.variableinterop.RealArrayValue) ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue#
- ToGRPCVisitor.visit_boolean_array(value: ansys.tools.variableinterop.BooleanArrayValue) ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue#
- ToGRPCVisitor.visit_string_array(value: ansys.tools.variableinterop.StringArrayValue) ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue#
- ToGRPCVisitor.visit_file_array(value: ansys.tools.variableinterop.FileArrayValue) ansys.api.modelcenter.v0.variable_value_messages_pb2.VariableValue#