ControlFileSweep#

class pyedb.grpc.database.control_file.ControlFileSweep(name: str, start: str, stop: str, step: str, sweep_type: str, step_type: str, use_q3d: bool)#

Represents a frequency sweep.

Parameters:
namestr

Sweep name.

startstr

Start frequency.

stopstr

Stop frequency.

stepstr

Frequency step/count.

sweep_typestr

Sweep type (“Discrete” or “Interpolating”).

step_typestr

Step type (“LinearStep”, “DecadeCount”, or “LinearCount”).

use_q3dbool

Whether to use Q3D for DC point.

Overview#

Import detail#

from pyedb.grpc.database.control_file import ControlFileSweep

Attribute detail#

ControlFileSweep.name: str#
ControlFileSweep.start: str#
ControlFileSweep.stop: str#
ControlFileSweep.step: str#
ControlFileSweep.sweep_type: str#
ControlFileSweep.step_type: str#
ControlFileSweep.use_q3d: bool#