Commands

Classes

class keysight.ads.de.experimental.commands.DesignTrackingPainter
__init__(unused: InvalidCall, *args, **kwargs) None

Return an error about attempts to initialize objects that don’t support initialization.

display_message_box_text(text: str) None
display_tracking_text(text: str) None
draw_polygon(polygon: GenPolygon) None
draw_polygon(polygon: GenPolygonWithHoles) None
draw_polygon_points(points: list[tuple[float, float]]) None
draw_polygon_points(points: list['PointUU']) None
draw_polyline_points(points: list[tuple[float, float]]) None
draw_polyline_points(points: list['PointUU']) None
class keysight.ads.de.experimental.commands.CommandInfo
__init__(cmdName: str | None = None)
property click_callback: object
property command_name: str
property keypress_callback: object
property quick_help_text: str
property tracking_callback: object

Functions

keysight.ads.de.experimental.commands.start_design_command(design: Design, cmdInfo: CommandInfo) None
On this page