qubx :: fast :: model :: StimAmps :: Class StimAmps
[hide private]
[frames] | no frames]

Class StimAmps

source code

object --+
         |
        StimAmps

Instance Methods [hide private]
 
__init__(self, model, Nstim, Nsig, stimclasses, sc_frac)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__del__(self) source code
 
setup_scs(self) source code
 
pars_to_model(self) source code
 
model_to_pars(self) source code
 
fix_amp0(self) source code
 
fix_var0(self) source code
 
fix_amp(self, cls) source code
 
fix_var(self, cls) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  Nstim
  Nsig
  stimclasses
  sc_frac
  cns
  sc_amp
  sc_var
  sc_std

Inherited from object: __class__

Method Details [hide private]

__init__(self, model, Nstim, Nsig, stimclasses, sc_frac)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

Nstim

Get Method:
unreachable(self)

Nsig

Get Method:
unreachable(self)

stimclasses

Get Method:
unreachable(self)

sc_frac

Get Method:
unreachable(self)

cns

Get Method:
unreachable(self)

sc_amp

Get Method:
unreachable(self)

sc_var

Get Method:
unreachable(self)

sc_std

Get Method:
unreachable(self)