ping# ansys.hps.client.connection.ping(session, url, timeout=10.0)# Ping the given URL. Return type: bool Parameters: sessionrequests.SessionSession object. urlstrURL address to ping. timeoutfloat, optionalTime in seconds to continue pinging the URL before reporting a failure. The default is 10.0. Returns: boolTrue when successful, False when failed.