Plate.remove_features
- Plate.remove_features(features=None)[source]
Removes a feature from the beam.
- Parameters:
- feature
BTLxProcessing| list(BTLxProcessing) | None The feature or features to be removed described as a BTLxProcessing or a list of BTLxProcessings. If None, all features will be removed.
- feature