AvOutputChannel

This the entry point for the Output Cannel Property Editor
 
Modules
 
 
 
msc.Adams.Vibration.libAvAPIc
libsip
math
os
re
string
sys

Classes

class AvOutputChannel

Adams Vibration Output Channel Base Class

Methods defined here:

Add(self, amdModel)
Name(self)
           Returns the name of the output channel
__init__(self, Name, MarkerID=None)
           Base class for AvOutput Channels:
           @param Name: Name to assigne to output channel or none
           @type  Name: string
           @param MarkerID: Adams Marker ID
           @type  MarkerID: integer

class AvOutputChannelCompliance(AvOutputChannel)

Adams Vibration Predefined Output Channel

Methods defined here:

Add(self, amdModel)
MarkerID(self)
           Returns the marker ID of the output channel's marker
WritePy(self, oFile, space)
WriteXML(self, oFile, space)
           Compliance Output Channel
__init__(self, Name, MarkerID, RMarkerID=0)
           Compliance AvOutput Channels:

Methods inherited from AvOutputChannel:

Name(self)
           Returns the name of the output channel

class AvOutputChannelPredefined(AvOutputChannel)

Adams Vibration Predefined Output Channel

Methods defined here:

JMarkerID(self)
           Returns the marker ID of the output channel's marker
MarkerID(self)
           Returns the marker ID of the output channel's marker
VariableFunction(self)
           Returns function string for the VARIABLE solver statement
VariableFunctionPrefix(self)
           Returns the string for the solver function i.e. DX, ACCZ
WritePy(self, oFile, space)
WriteXML(self, oFile, space)
           Predefined Output Channel
__init__(self, Name, MarkerID, GC, Dir, JMarkerID=0)
           Predefined AvOutput Channels:
           @param GC: Function <Displacement, Velocity, Acceleration, Force,
         Angular Displacement, Angular Velocity, Angular Acceleration, 
         Torque>
           @type  GC: string
           @param Dir: Direction <X, Y, Z, Mag>
           @type  Dir: string

Methods inherited from AvOutputChannel:

Add(self, amdModel)
Name(self)
           Returns the name of the output channel

class AvOutputChannelUser(AvOutputChannel)

Adams Vibration User Output Channel

Methods defined here:

VariableFunction(self)
           Returns function string for the VARIABLE solver statement
WritePy(self, oFile, space)
WriteXML(self, oFile, space)
           User Output Channel
__init__(self, Name, Function)

User AvOutput Channels:

@param Name: Solver function to use as output channel
@type  Name: string
@param Function: function for the VARIABLE solver statement
@type  Function: string

Methods inherited from AvOutputChannel:

Add(self, amdModel)
Name(self)
           Returns the name of the output channel