Package windSimSuite :: Module references :: Class PitchReferenceFrame
[hide private]

Class PitchReferenceFrame

source code

mbdyn.record.RecordBase --+            
                          |            
        mbdyn.record.Record --+        
                              |        
             common.BasicObject --+    
                                  |    
                     ReferenceFrame --+
                                      |
                                     PitchReferenceFrame

The pitch reference frame

Instance Methods [hide private]
 
__init__(self, name='pitch reference frame') source code
 
set_angle(self, pitch)
The pitch angle, instance from the Angle class in the mbdyn package
source code
 
update_array(self)
Update the transformation array from the pitch angle value
source code

Inherited from ReferenceFrame: calculate

Inherited from common.BasicObject: set_name

Inherited from mbdyn.record.Record: common_init_results, init_results, save, set_own_parameters, will_save, will_save_nothing, will_save_only

Inherited from mbdyn.record.Record (private): _save_direct_results, _save_results_with_actions, _try_to_add

Inherited from mbdyn.record.RecordBase: collect_own_parameters, collect_parameters, set_own_para, set_parameters

Inherited from mbdyn.record.RecordBase (private): _collect_own_para

Method Details [hide private]

__init__(self, name='pitch reference frame')
(Constructor)

source code 
Overrides: ReferenceFrame.__init__

update_array(self)

source code 
Update the transformation array from the pitch angle value
Overrides: ReferenceFrame.update_array