Field name access
Use dot notation withsnake_case for simple field names:
snake_case attribute access to the original field name, so entity.fields.reactor_temp_C and entity.fields["reactor_temp_C"] are equivalent.
Entity-scoped formulas written in Python syntax.
snake_case for simple field names:
snake_case attribute access to the original field name, so entity.fields.reactor_temp_C and entity.fields["reactor_temp_C"] are equivalent.