SquareWaveDictionary#
- class ansys.aedt.core.modules.boundary.icepak_boundary.SquareWaveDictionary(on_value, initial_time_off, on_time, off_time, off_value)#
Manages square wave condition assignments, which are children of the
BoundaryDictionaryclass.- Parameters:
- on_value
str Maximum value of the square wave.
- initial_time_off
str Time after which the square wave assignment starts.
- on_time
str Time for which the square wave keeps the maximum value during one period.
- off_time
str Time for which the square wave keeps the minimum value during one period.
- off_value
str Minimum value of the square wave.
- on_value
Attributes
Dictionary that defines all the boundary condition properties.
Shortcut for dir(self).