Package qubx :: Module ideal :: Class IdlRecords
[hide private]
[frames] | no frames]

Class IdlRecords

source code

object --+
         |
        IdlRecords

Instance Methods [hide private]
 
__init__(self, sampling, construct_record=<class 'qubx.ideal.IdlRecord'>)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__getitem__(self, key) source code
 
get_sampling(self) source code
 
set_sampling(self, sampling) source code
 
get_seg_first(self, i) source code
 
get_seg_last(self, i) source code
 
get_records(self, f, l, fragments=True) source code
 
add_seg(self, f, l) source code
 
add_record(self, f, l) source code
 
clear(self) source code
 
erase(self, f=0, l=None) source code
 
begin(self) source code
 
end(self) source code
 
find(self, f) source code

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

Properties [hide private]
  sampling

Inherited from object: __class__

Method Details [hide private]

__init__(self, sampling, construct_record=<class 'qubx.ideal.IdlRecord'>)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

sampling

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)