set_max_clocktime#
- SamplingFixtureParams.set_max_clocktime(
- self: SamplingFixtureParams,
- max_clocktime: SupportsFloat | SupportsIndex | None,
Set the max_clocktime cutoff parameter
- Parameters:
max_clocktime (Optional[float]) – Set the maximum elapsed clocktime, or if None, remove the cutoff.
- Returns:
self – To allow chaining multiple calls, self is returned
- Return type: