desc.objectives.RotationalTransform.save

RotationalTransform.save(file_name, file_format=None, file_mode='w')

Save the object.

Parameters:
  • file_name (str file path OR file instance) – location to save object

  • file_format (str (Default hdf5)) – format of save file. Only used if file_name is a file path

  • file_mode (str (Default w - overwrite)) – mode for save file. Only used if file_name is a file path