avid.externals.doseTool.DoseProperty
- class avid.externals.doseTool.DoseProperty
Bases:
objectObject that represents the values of a statistic aspect (e.g. maximum.) generated by DoseTool.
- __init__()
Methods
__init__()Attributes
returns the full identifying name of the property.
returns value of the name attribute.
- property fullname
returns the full identifying name of the property. It is generationg with the following pattern: <attr “name” value>[_<attr x name>=<attr x value>]*. It always starts with name, all other attributes are sorted alphabeticly. Example: “DX_x=10”
- property name
returns value of the name attribute.