For Free form Profiles (FreeFormProfile class) these additional methods are available:
Note: Free form profiles require an appropriate licence to read/write. If such a licence is not available, any attempt to access free form profile data will throw an exception.
is_graphable () -> Boolean
True if the free form data was loaded successfully and contains no error. False otherwise.
load_data (hide_ui)
Load the free form profile data. Note that this may take a long time. The optional Boolean parameter hide_ui (default: True) can be passed as False to show a wait indicator whilst loading.
save_data (hide_ui)
Save the free form profile data back to disk. Note that this may take a long time. The optional Boolean parameter hide_ui (default: True) can be passed as False to show a wait indicator whilst loading.