Module pypcsim :: Class SimParameter
[hide private]
[frames] | no frames]

Class SimParameter

 object --+    
          |    
??.instance --+
              |
             SimParameter

Help on SimParameter [class]: Structure which encapsulates all global simulation parameters

Instance Methods [hide private]
 
__init__(...)
Help on SimParameter::SimParameter(Time const & dt=SimParameter::Default.SimParameter::dt, Time const & minDelay=SimParameter::Default.SimParameter::minDelay, Time const & maxDelay=SimParameter::Default.SimParameter::maxDelay, uint32 constructionRNGSeed=0, uint32 simulationRNGSeed=0) [constructor]

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 44
Properties [hide private]
  Default
  constructionRNGSeed
Help on SimParameter::constructionRNGSeed [variable]
  dt
Help on SimParameter::dt [variable]
  maxDelay
Help on SimParameter::maxDelay [variable]
  minDelay
Help on SimParameter::minDelay [variable]
  simulationRNGSeed
Help on SimParameter::simulationRNGSeed [variable]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on SimParameter::SimParameter(Time const & dt=SimParameter::Default.SimParameter::dt, Time const & minDelay=SimParameter::Default.SimParameter::minDelay, Time const & maxDelay=SimParameter::Default.SimParameter::maxDelay, uint32 constructionRNGSeed=0, uint32 simulationRNGSeed=0) [constructor]

Overrides: object.__init__

Property Details [hide private]

Default

Get Method:
unreachable(...)

constructionRNGSeed

Help on SimParameter::constructionRNGSeed [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

dt

Help on SimParameter::dt [variable]

Get Method:
unreachable(...)

maxDelay

Help on SimParameter::maxDelay [variable]

Get Method:
unreachable(...)

minDelay

Help on SimParameter::minDelay [variable]

Get Method:
unreachable(...)

simulationRNGSeed

Help on SimParameter::simulationRNGSeed [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)