CfgSIwaveDCSetup#

class pyedb.configuration.cfg_setup.CfgSIwaveDCSetup(/, **data: Any)#

Bases: CfgSetupDC

Represent one SIwave DC setup entry.

Overview#

Import detail#

from pyedb.configuration.cfg_setup import CfgSIwaveDCSetup

Attribute detail#

CfgSIwaveDCSetup.type: str = 'siwave_dc'#
CfgSIwaveDCSetup.dc_slider_position: int | str = 1#
CfgSIwaveDCSetup.dc_ir_settings: CfgSIwaveDCSetup.CfgDCIRSettings | None = None#

Classes#

CfgDCIRSettings

Base Pydantic model used by typed configuration payload classes.