Package qubx :: Module data_gpatch :: Class GPatchWSweep
[hide private]
[frames] | no frames]

Class GPatchWSweep

source code

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

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_ = [('amp', <class 'qubx.data_gpatch.c_short_Array_8'>...
  aDRange = <Field type=c_float, ofs=140, size=4>
  acqFilter = <Field type=c_short, ofs=102, size=2>
  acqRate = <Field type=c_float, ofs=106, size=4>
  amp = <Field type=c_short_Array_8, ofs=0, size=16>
  ampHP = <Field type=c_short, ofs=94, size=2>
  ampSH = <Field type=c_short, ofs=96, size=2>
  cyclePeriod = <Field type=c_float, ofs=72, size=4>
  date = <Field type=c_byte_Array_2, ofs=112, size=2>
  decimFactor = <Field type=c_short, ofs=18, size=2>
  dummy0 = <Field type=c_float, ofs=56, size=4>
  dummy1 = <Field type=c_short, ofs=84, size=2>
  dummy2 = <Field type=c_int, ofs=90, size=4>
  dummy3 = <Field type=c_short, ofs=98, size=2>
  dummy4 = <Field type=c_short, ofs=122, size=2>
  dummy5 = <Field type=c_int, ofs=124, size=4>
  dummy6 = <Field type=c_short, ofs=128, size=2>
  dummy7 = <Field type=c_short, ofs=130, size=2>
  dummy8 = <Field type=c_short, ofs=100, size=2>
  dur = <Field type=c_int_Array_9, ofs=20, size=36>
  durAP = <Field type=c_int, ofs=60, size=4>
  durBP = <Field type=c_int, ofs=64, size=4>
  durSP = <Field type=c_int, ofs=68, size=4>
  extra = <Field type=c_char_Array_16, ofs=144, size=16>
  gain = <Field type=c_float, ofs=132, size=4>
  multiplexer = <Field type=c_short, ofs=120, size=2>
  numAver = <Field type=c_short, ofs=104, size=2>
  numPulses = <Field type=c_short, ofs=80, size=2>
  numSubPul = <Field type=c_short, ofs=78, size=2>
  numSweeps = <Field type=c_short, ofs=76, size=2>
  photonCounter = <Field type=c_short, ofs=118, size=2>
  pulseFilter = <Field type=c_short, ofs=16, size=2>
  time = <Field type=c_byte_Array_4, ofs=114, size=4>
  triggerDelay = <Field type=c_int, ofs=86, size=4>
  triggerPulse = <Field type=c_short, ofs=82, size=2>
  units = <Field type=c_float, ofs=136, size=4>
  year = <Field type=c_short, ofs=110, size=2>
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:
[('amp', <class 'qubx.data_gpatch.c_short_Array_8'>),
 ('pulseFilter', <class 'ctypes.c_short'>),
 ('decimFactor', <class 'ctypes.c_short'>),
 ('dur', <class 'qubx.data_gpatch.c_int_Array_9'>),
 ('dummy0', <class 'ctypes.c_float'>),
 ('durAP', <class 'ctypes.c_int'>),
 ('durBP', <class 'ctypes.c_int'>),
 ('durSP', <class 'ctypes.c_int'>),
...