create_square_wave_transient_assignment#
- Icepak.create_square_wave_transient_assignment(on_value, initial_time_off, on_time, off_time, off_value)[source]#
Create an object to assign the square wave transient condition to.
- 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
- Returns:
ansys.aedt.core.modules.boundary.SquareWaveDictionary
Boundary dictionary object that can be passed to boundary condition assignment functions.