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 "H_field"<br><br>i use the following command in the python shell.<br><br>__________________________________________<br>
<br>Calculator1=Calculator()<br>Calculator1.AttributeMode='point_data'<br>Calculator1.Function='H_field*2'<br><br><br>___________________________________________<br><br>Nothing is displayed in the object inspector..<br>
<br><br>