How do you get a function to display on the Object inspector using python shell.<br><br><br>The point data has a scalar variable called &quot;H_field&quot;<br><br>i use the following command in the python shell.<br><br>__________________________________________<br>
<br>Calculator1=Calculator()<br>Calculator1.AttributeMode=&#39;point_data&#39;<br>Calculator1.Function=&#39;H_field*2&#39;<br><br><br>___________________________________________<br><br>Nothing is displayed in the object inspector..<br>
<br><br>