Package qubx :: Module data_pulse :: Class SeriesRecord
[hide private]
[frames] | no frames]

Class SeriesRecord

source code

               object --+                
                        |                
                ??._CData --+            
                            |            
            _ctypes.Structure --+        
                                |        
ctypes._endian.BigEndianStructure --+    
                                    |    
                                    S --+
                                        |
                                       SeriesRecord

Nested Classes [hide private]

Inherited from ctypes._endian.BigEndianStructure: __metaclass__

Instance Methods [hide private]

Inherited from S: __str__

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__, __subclasshook__

Class Variables [hide private]
  _fields_ = [('time', <class 'ctypes.c_double_be'>), ('bandwidt...
  _pack_ = 1
  backgroundNoise = <Field type=c_double_be, ofs=48, size=8>
  bandwidth = <Field type=c_double_be, ofs=8, size=8>
  cellPotential = <Field type=c_double_be, ofs=24, size=8>
  comment = <Field type=c_char_Array_80, ofs=122, size=80>
  dispYUnit1 = <Field type=c_char_Array_4, ofs=318, size=4>
  dispYUnit2 = <Field type=c_char_Array_4, ofs=322, size=4>
  epc9State = <Field type=c_byte_Array_104, ofs=202, size=104>
  externalSolution = <Field type=c_int_be, ofs=310, size=4>
  extraLongReal = <Field type=c_double_be_Array_4, ofs=366, size...
  extraYUnit1 = <Field type=c_char_Array_2, ofs=314, size=2>
  extraYUnit2 = <Field type=c_char_Array_2, ofs=316, size=2>
  filler1 = <Field type=c_byte, ofs=121, size=1>
  furaK = <Field type=c_double_be, ofs=326, size=8>
  furaMax = <Field type=c_double_be, ofs=342, size=8>
  furaMin = <Field type=c_double_be, ofs=334, size=8>
  internalSolution = <Field type=c_int_be, ofs=306, size=4>
  lockInExtPhase = <Field type=c_double_be, ofs=350, size=8>
  pipettePotential = <Field type=c_double_be, ofs=16, size=8>
  pipettePressure = <Field type=c_double_be, ofs=64, size=8>
  pipetteResistance = <Field type=c_double_be, ofs=32, size=8>
  recordingMode = <Field type=c_byte, ofs=120, size=1>
  sealResistance = <Field type=c_double_be, ofs=40, size=8>
  temperature = <Field type=c_double_be, ofs=56, size=8>
  time = <Field type=c_double_be, ofs=0, size=8>
  timer = <Field type=c_double_be, ofs=358, size=8>
  userParam1Name = <Field type=c_char_Array_14, ofs=80, size=14>
  userParam1Unit = <Field type=c_char_Array_2, ofs=94, size=2>
  userParam1Value = <Field type=c_double_be, ofs=72, size=8>
  userParam2Name = <Field type=c_char_Array_14, ofs=104, size=14>
  userParam2Unit = <Field type=c_char_Array_2, ofs=118, size=2>
  userParam2Value = <Field type=c_double_be, ofs=96, size=8>

Inherited from ctypes._endian.BigEndianStructure: _swappedbytes_

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:
[('time', <class 'ctypes.c_double_be'>),
 ('bandwidth', <class 'ctypes.c_double_be'>),
 ('pipettePotential', <class 'ctypes.c_double_be'>),
 ('cellPotential', <class 'ctypes.c_double_be'>),
 ('pipetteResistance', <class 'ctypes.c_double_be'>),
 ('sealResistance', <class 'ctypes.c_double_be'>),
 ('backgroundNoise', <class 'ctypes.c_double_be'>),
 ('temperature', <class 'ctypes.c_double_be'>),
...

extraLongReal

Value:
<Field type=c_double_be_Array_4, ofs=366, size=32>