seapy.excitations.excitationpoint.ExcitationPoint

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

Bases: seapy.excitations.excitation.Excitation

Point excitation

__init__(name, subsystem, **properties)

Constructor.

Parameters:

Methods

__init__(name, subsystem, **properties) Constructor.
ExcitationPoint.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.
name
power Input power.
power_level Input power level.
radius
resistance
subsystem
radius = None

Radius :math`r` of the source.

Previous topic

seapy.excitations.excitation.Excitation

Next topic

seapy.excitations.excitationpoint.ExcitationPointVolume

This Page