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

Class StimAmpsStruct

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   StimAmpsStruct

Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

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

Class Variables [hide private]
  _fields_ = [('version', <class 'ctypes.c_int'>), ('storage', <...
  Nsig = <Field type=c_int, ofs=28, size=4>
  Nstim = <Field type=c_int, ofs=24, size=4>
  cns = <Field type=LP_ConstrainedStruct, ofs=48, size=8>
  model = <Field type=LP_ModelStruct, ofs=16, size=8>
  sc_amp = <Field type=LP_LP_c_double, ofs=56, size=8>
  sc_frac = <Field type=LP_c_double, ofs=40, size=8>
  sc_std = <Field type=LP_LP_c_double, ofs=72, size=8>
  sc_var = <Field type=LP_LP_c_double, ofs=64, size=8>
  stimclasses = <Field type=LP_c_double, ofs=32, size=8>
  storage = <Field type=c_void_p, ofs=8, size=8>
  version = <Field type=c_int, ofs=0, size=4>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('version', <class 'ctypes.c_int'>),
 ('storage', <class 'ctypes.c_void_p'>),
 ('model', <class 'qubx.fast.model.LP_ModelStruct'>),
 ('Nstim', <class 'ctypes.c_int'>),
 ('Nsig', <class 'ctypes.c_int'>),
 ('stimclasses', <class 'qubx.fast.fast_utils.LP_c_double'>),
 ('sc_frac', <class 'qubx.fast.fast_utils.LP_c_double'>),
 ('cns', <class 'qubx.fast.model.LP_ConstrainedStruct'>),
...