sampling_time#

property PowerIQSource.sampling_time: str#

Sampling time value.

Returns:
str

Sampling time value.

Examples

>>> import ansys.aedt.core as pyaedt
>>> from ansys.aedt.core.modules.boundary.circuit_boundary import PowerIQSource
>>> app = pyaedt.Circuit()
>>> source = PowerIQSource(app, name="IQ1")
>>> source.sampling_time
"1ns"