Physical object | 0 - 6999, 7198 (Template Params), 7200 or larger. |
Adding a Template Params property will automatically remove the old property, if any. Note that pseudo-properties can be applied to physical objects.
In electrical mode, it is possible to set the name, model, value, param, other, and nophys properties on electrical devices, or the same properties except for model and value on electrical subcells. In this case, the number argument is a string, and should be a prefix of ``name'', ``model'', ``value'', ``param'', ``other'', or ``nophys''. The single character string ``n'' implies name, and (additionally) ``y'' implies nophys. If the string is not recognized, other is assumed. The mode must be electrical.
The number of properties added plus the number of pseudo-properties applied is returned.
Physical cell | 0 - 6999, 7105 (Flags), 7198 (Template Params), 7199 (Template Script), 7300 or larger. |
Adding a Flags, Template Params or Template Script property will automatically remove the old property, if any.
In electrical mode, it is possible to set the param and other properties in the cell. In this case, the number argument is a string, and should be a prefix of ``param'' or ``other''. If the string is not recognized, other is assumed.
The function returns 1 if the operation was successful, 0 otherwise.
Physical object | 0 - 6999, 7300 or larger. |
Note that template properties can not be removed.
In electrical mode, the name, model, value, param, other, and nophys properties can be removed from a device, and the same properties except for model and value can be removed from an electrical subcell. In this case, the number argument is a string, which should be a prefix to ``name'', ``model'', ``value'', ``param'', ``other'', or ``nophys''. The single character string ``n'' implies name, and (additionally) ``y'' implies nophys. If the string is not recognized, other is assumed. Except for other, the string argument is ignored. For other properties, the string is used as above to identify the property to delete.
The number of properties removed is returned.
Physical cell | 0 - 6999, 7105 (Flags), 7300 or larger. |
Note that template properties can not be removed.
In electrical mode, the param and other properties can be removed from the cell. In this case, the number argument is a string, which should be a prefix to ``param'' or ``other''. If the string is not recognized, other is assumed. Except for other, the string argument is ignored. For other properties, the string is used as above to identify the property to delete.
The number of properties removed is returned.