time_keys# SimulationProfile.time_keys(max_time: float) → list[str]# Return labels for transient steps not exceeding max_time. Parameters: max_timefloatTime threshold in seconds. Returns: list of str Examples >>> from ansys.aedt.core.modules.profile import SimulationProfile >>> obj = SimulationProfile() >>> obj.time_keys(max_time=1.0)