Package ivs :: Package units :: Module conversions :: Class NonLinearConverter
[hide private]
[frames] | no frames]

Class NonLinearConverter

source code

Base class for nonlinear conversions

This class keeps track of prefix-factors and powers.

To have a real nonlinear converter, you need to define the __call__ attribute.

Instance Methods [hide private]
 
__init__(self, prefix=1., power=1.) source code
 
__rmul__(self, other) source code
 
__div__(self, other) source code
 
__pow__(self, other) source code