Home
last modified time | relevance | path

Searched refs:simulation_time (Results 1 – 2 of 2) sorted by relevance

/edtt-latest/src/components/
Dbsim_device.py35 simulation_time = 0 variable in BSimDevice
136 if self.connected and end_of_wait > self.simulation_time:
148 self.simulation_time = end_of_wait
177 self.simulation_time = end_time
/edtt-latest/src/tests/
Dtest_utils.py858 simulation_time = transport.get_last_t()
859 if simulation_time < lastPacket.ts + get_packet_air_time(lastPacket) + 150: