classmethod craftutils.observation.field.FRBField.new_yaml(name: str, path: str | None = None, **kwargs) → dict Generates a new parameter .yaml file for an FRBField. Parameters¶ name: str¶Name of the field. path: str | None = None¶Path to write .yaml to. **kwargs¶Other keywords to insert or replace in the output yaml. Returns¶ dict reflecting content of yaml file.