The AcousticImpedanceProp object is an interaction property that defines the properties referred to by an AcousticImpedance object.
The AcousticImpedanceProp object is derived from the InteractionProperty object.
import interaction mdb.models[name].interactionProperties[name]
This method creates an AcousticImpedanceProp object.
mdb.models[name].AcousticImpedanceProp
Required arguments
A String specifying the interaction property repository key.
A SymbolicConstant specifying the type of tabular data to be defined. Possible values are IMPEDANCE and ADMITTANCE.
A sequence of sequences of Floats specifying acoustic impedance properties.
If tableType=IMPEDANCE, each sequence of the table data specifies:
The real part of the complex impedance.
The imaginary part of the complex impedance.
Frequency, if the data depend on frequency.
If tableType=ADMITTANCE, each sequence of the table data specifies:
The real part of the complex admittance.
The imaginary part of the complex admittance.
Frequency, if the data depend on frequency.
Optional argument
A Boolean specifying whether the table data depend on frequency. The default value is OFF.
Return value
An AcousticImpedanceProp object.
Exceptions
This method modifies the AcousticImpedanceProp object.
Required arguments
Optional arguments
The optional arguments to setValues are the same as the arguments to the AcousticImpedanceProp method, except for the name argument.
Return value
Exceptions
The AcousticImpedanceProp object has members with the same names and descriptions as the arguments to the AcousticImpedanceProp method.