SearchBySpikeResults#
- class ansys.meshing.prime.SearchBySpikeResults(model=None, n_found=None, error_code=None, json_data=None, **kwargs)#
Results structure associated with search spikes operation.
- Parameters:
- model: Model
Model to create a
SearchBySpikeResultsobject with default parameters.- n_found: int, optional
Number of spikes detected.
- error_code: ErrorCode, optional
Error code associated with search spikes operation.
- json_data: dict, optional
JSON dictionary to create a
SearchBySpikeResultsobject with provided parameters.
Examples
>>> search_by_spike_results = prime.SearchBySpikeResults(model = model)
Methods
Print the default values of
SearchBySpikeResultsobject.SearchBySpikeResults.set_default([n_found, ...])Set the default values of the
SearchBySpikeResultsobject.Attributes
Error code associated with search spikes operation.
Number of spikes detected.