KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::REUSE_NET Struct Reference

A reuse block instance placement. More...

#include <pads_parser.h>

Public Attributes

bool merge = false
 True to merge nets, false to rename.
 
std::string name
 Original net name from reuse definition.
 

Detailed Description

A reuse block instance placement.

Definition at line 612 of file pads_parser.h.

Member Data Documentation

◆ merge

bool PADS_IO::REUSE_NET::merge = false

True to merge nets, false to rename.

Definition at line 614 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().

◆ name

std::string PADS_IO::REUSE_NET::name

Original net name from reuse definition.

Definition at line 615 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), and PADS_IO::PARSER::parseSectionREUSE().


The documentation for this struct was generated from the following file: