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

Class GPatchMSweep

source code

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

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_ = [('magicField', <class 'qubx.data_pulse.c_char_Arra...
  acqAcqFilter = <Field type=c_float, ofs=72, size=4>
  acqAcqRate = <Field type=c_float, ofs=52, size=4>
  acqDataType = <Field type=c_int, ofs=68, size=4>
  acqDecimation = <Field type=c_int, ofs=56, size=4>
  acqGain = <Field type=c_float, ofs=80, size=4>
  acqNumAverages = <Field type=c_int, ofs=64, size=4>
  acqNumPoints = <Field type=c_int, ofs=48, size=4>
  acqPulseFilter = <Field type=c_float, ofs=76, size=4>
  acqTemperature = <Field type=c_float, ofs=60, size=4>
  acqUnits = <Field type=c_float, ofs=84, size=4>
  dateDay = <Field type=c_int, ofs=20, size=4>
  dateMonth = <Field type=c_int, ofs=24, size=4>
  dateYear = <Field type=c_int, ofs=28, size=4>
  magicField = <Field type=c_char_Array_16, ofs=0, size=16>
  pulAmp = <Field type=c_float_Array_64, ofs=108, size=256>
  pulAmpHP = <Field type=c_float, ofs=104, size=4>
  pulDur = <Field type=c_int_Array_64, ofs=364, size=256>
  pulDurAP = <Field type=c_int, ofs=96, size=4>
  pulDurBP = <Field type=c_int, ofs=92, size=4>
  pulDurCP = <Field type=c_int, ofs=100, size=4>
  pulIsRamp = <Field type=c_int_Array_64, ofs=620, size=256>
  pulNumPulses = <Field type=c_int, ofs=88, size=4>
  pulRampEnd = <Field type=c_float_Array_64, ofs=876, size=256>
  setADMax = <Field type=c_int, ofs=1328, size=4>
  setADRange = <Field type=c_int, ofs=1324, size=4>
  setBoardType = <Field type=c_char_Array_16, ofs=1304, size=16>
  setDACGain = <Field type=c_float, ofs=1320, size=4>
  setMembrOrient = <Field type=c_int, ofs=1332, size=4>
  subAmpSH = <Field type=c_float, ofs=1296, size=4>
  subDurBwSP = <Field type=c_int, ofs=1300, size=4>
  subNumSP = <Field type=c_int, ofs=1292, size=4>
  sweepGroupSign = <Field type=c_int, ofs=16, size=4>
  timeHours = <Field type=c_int, ofs=32, size=4>
  timeHundredOfSec = <Field type=c_int, ofs=44, size=4>
  timeMinuts = <Field type=c_int, ofs=36, size=4>
  timeSeconds = <Field type=c_int, ofs=40, size=4>
  trDelay = <Field type=c_int_Array_8, ofs=1164, size=32>
  trEndGate = <Field type=c_int_Array_8, ofs=1228, size=32>
  trGate = <Field type=c_int_Array_8, ofs=1196, size=32>
  trIsActive = <Field type=c_int_Array_8, ofs=1260, size=32>
  trPulse = <Field type=c_int_Array_8, ofs=1132, size=32>
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:
[('magicField', <class 'qubx.data_pulse.c_char_Array_16'>),
 ('sweepGroupSign', <class 'ctypes.c_int'>),
 ('dateDay', <class 'ctypes.c_int'>),
 ('dateMonth', <class 'ctypes.c_int'>),
 ('dateYear', <class 'ctypes.c_int'>),
 ('timeHours', <class 'ctypes.c_int'>),
 ('timeMinuts', <class 'ctypes.c_int'>),
 ('timeSeconds', <class 'ctypes.c_int'>),
...