seapy.excitations.excitationpoint.ExcitationPointMoment

class seapy.excitations.excitationpoint.ExcitationPointMoment(name, subsystem, **properties)[source]

Bases: seapy.excitations.excitationpoint.ExcitationPoint

Point excitation of a moment.

__init__(name, subsystem, **properties)

Constructor.

Parameters:

Methods

__init__(name, subsystem, **properties) Constructor.
ExcitationPointMoment.df
disable([subsystem]) Disable this excitation.
enable([subsystem]) Enable this excitation.
info([attributes]) Return dataframe.
plot(quantity[, yscale]) Plot quantity.

Attributes

SORT str(object=’‘) -> str
classname Name of class of the object.
conductance
enabled Switch indicating whether the object is enabled.
frequency Frequency.
impedance
included Indicates whether the object is included in the analysis.
moment Sound moment p.
name
power
power_level Input power level.
radius
resistance
subsystem
velocity Angular velocity \omega.
moment[source]

Sound moment p.

velocity[source]

Angular velocity \omega.

Previous topic

seapy.excitations.excitationpoint.ExcitationPointForce

Next topic

Quantities

This Page