start_time# property Waveform.start_time: float# Initial time of the imported spectrum. Value should be greater than 0.0. Examples >>> from ansys.aedt.core import Emit >>> app = Emit() >>> emit, _ = app.schematic.create_radio_antenna("Bluetooth") >>> wf = emit.get_waveforms()[0] >>> wf.start_time = 0.0