SquareWaveDictionary#
- class ansys.aedt.core.modules.boundary.SquareWaveDictionary(on_value, initial_time_off, on_time, off_time, off_value)[source]#
Manages square wave condition assignments, which are children of the
BoundaryDictionary
class.- 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.