TimeSim

TimeSim#

class TimeSim(trialName, simName)#

Bases: Sim

TimeSim abstract base for time-domain simulations.

Constructor Summary
TimeSim(trialName, simName)#

Construct a TimeSim.

Parameters:
  • trialName (string) – Simulation name

  • config (string | table | struct) – Config table/struct or name

Property Summary
AveragePeriod = 200#
InitialTime double = 0#
SavePeriod = 1e3#
TimeStep (1,1) double#
TotalTime (1,1) double#
Method Summary
static handlePropEvents(src, evnt)#