You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the ``device`` and ``region`` options are optional. If the region is not specified, the parameter is retrieved for the entire device. If the device is not specified, the parameter is retrieved for all devices. Unlike the :meth:`ds.getParameter`, parameter names on the the device are not retrieved if they do not exist on the region. Similarly, the parameter names over all devices are not retrieved if they do not exist on the device.
628
+
Note that the ``device`` and ``region`` options are optional. If the region is not specified, the parameter is retrieved for the entire device. If the device is not specified, the parameter is retrieved for all devices. Unlike the :meth:`devsim.getParameter`, parameter names on the the device are not retrieved if they do not exist on the region. Similarly, the parameter names over all devices are not retrieved if they do not exist on the device.
This averaging scheme does not produce accurate results, and it is recommended to use the :meth:`ds.element_from_edge_model` to create components better suited for visualization. See :ref:`ch__visualization` for more information about creating data files for external visualization programs.
1487
+
This averaging scheme does not produce accurate results, and it is recommended to use the :meth:`devsim.element_from_edge_model` to create components better suited for visualization. See :ref:`ch__visualization` for more information about creating data files for external visualization programs.
It is important not to use these models for simulation, since DEVSIM, does not have a way of evaluating the derivatives of these models. The models can be used for integrating the impedance field, and other postprocessing. The :meth:`ds.element_from_edge_model` command can be used to create gradients for use in a simulation.
1983
+
It is important not to use these models for simulation, since DEVSIM, does not have a way of evaluating the derivatives of these models. The models can be used for integrating the impedance field, and other postprocessing. The :meth:`devsim.element_from_edge_model` command can be used to create gradients for use in a simulation.
Copy file name to clipboardExpand all lines: pydoc/materialCommands.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
"name" : "get_parameter_list",
28
28
"description" : "Get list of parameter names on region, device, or globally",
29
29
"long_description" : r'''
30
-
Note that the ``device`` and ``region`` options are optional. If the region is not specified, the parameter is retrieved for the entire device. If the device is not specified, the parameter is retrieved for all devices. Unlike the :meth:`ds.getParameter`, parameter names on the the device are not retrieved if they do not exist on the region. Similarly, the parameter names over all devices are not retrieved if they do not exist on the device.
30
+
Note that the ``device`` and ``region`` options are optional. If the region is not specified, the parameter is retrieved for the entire device. If the device is not specified, the parameter is retrieved for all devices. Unlike the :meth:`devsim.getParameter`, parameter names on the the device are not retrieved if they do not exist on the region. Similarly, the parameter names over all devices are not retrieved if they do not exist on the device.
31
31
''',
32
32
"parameters" : (
33
33
device_option_optional,
@@ -99,7 +99,7 @@
99
99
"name" : "add_db_entry",
100
100
"description" : "Adds an entry to the database",
101
101
"long_description" : r'''
102
-
The :meth:`ds.save_db` command is used to commit these added entries permanently to the database.
102
+
The :meth:`devsim.save_db` command is used to commit these added entries permanently to the database.
103
103
''',
104
104
"parameters" : (
105
105
("material", "Material name requested. ``global`` refers to all regions whose material does not have the parameter name specified", required, string, None, None),
This averaging scheme does not produce accurate results, and it is recommended to use the :meth:`ds.element_from_edge_model` to create components better suited for visualization. See :ref:`ch__visualization` for more information about creating data files for external visualization programs.
200
+
This averaging scheme does not produce accurate results, and it is recommended to use the :meth:`devsim.element_from_edge_model` to create components better suited for visualization. See :ref:`ch__visualization` for more information about creating data files for external visualization programs.
It is important not to use these models for simulation, since DEVSIM, does not have a way of evaluating the derivatives of these models. The models can be used for integrating the impedance field, and other postprocessing. The :meth:`ds.element_from_edge_model` command can be used to create gradients for use in a simulation.
505
+
It is important not to use these models for simulation, since DEVSIM, does not have a way of evaluating the derivatives of these models. The models can be used for integrating the impedance field, and other postprocessing. The :meth:`devsim.element_from_edge_model` command can be used to create gradients for use in a simulation.
0 commit comments