read_only# property Variable.read_only: bool | None# Current read-only flag. Examples >>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss["p1"] = "10mm" >>> var = hfss.variable_manager["p1"] >>> var.read_only