File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,18 @@ def AllPropertyNames():
7474
7575
7676def AllVariableNames ():
77- """(read-only) Array of strings listing all the published variable names, if a PCElement. Otherwise, null string."""
77+ """
78+ Array of strings listing all the published state variable names.
79+ Valid only for PCElements.
80+ """
7881 return CheckForError (get_string_array (lib .CktElement_Get_AllVariableNames ))
7982
8083
8184def AllVariableValues ():
82- """(read-only) Array of doubles. Values of state variables of active element if PC element."""
85+ """
86+ Array of doubles. Values of state variables of active element if PC element.
87+ Valid only for PCElements.
88+ """
8389 return CheckForError (get_float64_array (lib .CktElement_Get_AllVariableValues ))
8490
8591
You can’t perform that action at this time.
0 commit comments