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_valuestr

Maximum value of the square wave.

initial_time_offstr

Time after which the square wave assignment starts.

on_timestr

Time for which the square wave keeps the maximum value during one period.

off_timestr

Time for which the square wave keeps the minimum value during one period.

off_valuestr

Minimum value of the square wave.

Attributes

SquareWaveDictionary.props

Dictionary that defines all the boundary condition properties.