View
- class keysight.ads.de.View
- __init__(lib: str, cell: str, view: str) None
- __init__(lib: Library, cell: str, view: str) None
- __init__(*, cell: Cell, view: str) None
__init__ is deprecated, and will be removed in the 2025 Update 2 release. Use View.get(cell, view_name) or cell.view(view_name).
- property cell_name: str
- delete_dm_data() None
- get_design(mode: DesignMode = DesignMode.READ_ONLY) Design
- property has_dm_data: bool
- property is_any_verilog_view: bool
- property is_config_view: bool
- property is_design_view: bool
- property is_layout_view: bool
- property is_schematic_view: bool
- property is_symbol_view: bool
- property is_verilog_view: bool
- property is_veriloga_view: bool
- property is_verilogams_view: bool
- property lcv_name: str
- property lib_name: str
- module_name() str
Return the full name of the Python module for this View.
Will raise an exception if this View does not have a Python module.
- property name: str
- property path: Path
- property view_name: str
- property view_type_name: str