QuadraticIQDiscriminator.is_calibration¶
- QuadraticIQDiscriminator.is_calibration(result_name)¶
Identify if a name corresponds to a calibration name identified by the regex pattern self._cal_pattern.
- Parameters
result_name (
str
) – name of the result to be tested.- Returns
- True if the name of the result indicates that it is a
calibration result.
- Return type
bool