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

Class ModelStruct

source code

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

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]
  _pack_ = 1
  _fields_ = [('version', <class 'ctypes.c_int'>), ('storage', <...
  Gleak = <Field type=c_double, ofs=44, size=8>
  IeqFv = <Field type=c_int, ofs=32, size=4>
  K0 = <Field type=LP_LP_c_double, ofs=108, size=8>
  K1 = <Field type=LP_LP_c_double, ofs=116, size=8>
  K2 = <Field type=LP_LP_c_double, ofs=204, size=8>
  L = <Field type=LP_LP_c_int, ofs=124, size=8>
  Nchannel = <Field type=c_int, ofs=36, size=4>
  Nclass = <Field type=c_int, ofs=16, size=4>
  Nstate = <Field type=c_int, ofs=12, size=4>
  P = <Field type=LP_LP_c_int, ofs=220, size=8>
  P0 = <Field type=LP_c_double, ofs=100, size=8>
  V = <Field type=LP_LP_c_int, ofs=132, size=8>
  Vleak = <Field type=c_double, ofs=52, size=8>
  Vrev = <Field type=c_double, ofs=60, size=8>
  amp = <Field type=LP_c_double, ofs=84, size=8>
  amp0 = <Field type=c_double, ofs=68, size=8>
  clazz = <Field type=LP_c_int, ofs=20, size=8>
  d_K0 = <Field type=LP_LP_c_double, ofs=188, size=8>
  d_K1 = <Field type=LP_LP_c_double, ofs=196, size=8>
  d_K2 = <Field type=LP_LP_c_double, ofs=212, size=8>
  d_Nchannel = <Field type=c_double, ofs=148, size=8>
  d_amp = <Field type=LP_c_double, ofs=172, size=8>
  d_amp0 = <Field type=c_double, ofs=156, size=8>
  d_var = <Field type=LP_c_double, ofs=180, size=8>
  d_var0 = <Field type=c_double, ofs=164, size=8>
  iVoltage = <Field type=c_int, ofs=40, size=4>
  progress = <Field type=c_int, ofs=144, size=4>
  stop_flag = <Field type=c_int, ofs=140, size=4>
  storage = <Field type=c_void_p, ofs=4, size=8>
  usePeq = <Field type=c_int, ofs=28, size=4>
  var = <Field type=LP_c_double, ofs=92, size=8>
  var0 = <Field type=c_double, ofs=76, 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'>),
 ('Nstate', <class 'ctypes.c_int'>),
 ('Nclass', <class 'ctypes.c_int'>),
 ('clazz', <class 'qubx.fast.fast_utils.LP_c_int'>),
 ('usePeq', <class 'ctypes.c_int'>),
 ('IeqFv', <class 'ctypes.c_int'>),
 ('Nchannel', <class 'ctypes.c_int'>),
...