Skip to content

G54

pygerber.nodes.g_codes.G54 module contains definition of G54 class.

G54

Bases: G

Represents G54 Gerber command.

visit

visit(visitor: AstVisitor) -> G54

Handle visitor call.

get_visitor_callback_function

get_visitor_callback_function(
    visitor: AstVisitor,
) -> Callable[[Self], G54]

Get callback function for the node.