KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LTSPICE_SCHEMATIC::LT_ASC Struct Reference

A struct to hold .asc file definition. More...

#include <ltspice_schematic.h>

Public Attributes

VECTOR2I SheetSize
 
int Version
 
int SheetNumber
 
std::vector< LT_SYMBOLSymbols
 
std::vector< LINELines
 
std::vector< CIRCLECircles
 
std::vector< LT_WINDOWWindows
 
std::vector< ARCArcs
 
std::vector< RECTANGLERectangles
 
std::vector< WIREWires
 
std::vector< FLAGFlags
 
std::vector< DATAFLAGDataFlags
 
std::vector< IOPINIopins
 
std::vector< BUSTAPBustap
 
std::vector< TEXTTexts
 
BOX2I BoundingBox
 

Detailed Description

A struct to hold .asc file definition.

Definition at line 260 of file ltspice_schematic.h.

Member Data Documentation

◆ Arcs

std::vector<ARC> LTSPICE_SCHEMATIC::LT_ASC::Arcs

◆ BoundingBox

BOX2I LTSPICE_SCHEMATIC::LT_ASC::BoundingBox

Definition at line 277 of file ltspice_schematic.h.

Referenced by LTSPICE_SCHEMATIC::StructureBuilder().

◆ Bustap

std::vector<BUSTAP> LTSPICE_SCHEMATIC::LT_ASC::Bustap

◆ Circles

std::vector<CIRCLE> LTSPICE_SCHEMATIC::LT_ASC::Circles

◆ DataFlags

std::vector<DATAFLAG> LTSPICE_SCHEMATIC::LT_ASC::DataFlags

Definition at line 273 of file ltspice_schematic.h.

Referenced by LTSPICE_SCHEMATIC::StructureBuilder().

◆ Flags

std::vector<FLAG> LTSPICE_SCHEMATIC::LT_ASC::Flags

◆ Iopins

std::vector<IOPIN> LTSPICE_SCHEMATIC::LT_ASC::Iopins

◆ Lines

std::vector<LINE> LTSPICE_SCHEMATIC::LT_ASC::Lines

◆ Rectangles

std::vector<RECTANGLE> LTSPICE_SCHEMATIC::LT_ASC::Rectangles

◆ SheetNumber

int LTSPICE_SCHEMATIC::LT_ASC::SheetNumber

Definition at line 264 of file ltspice_schematic.h.

Referenced by LTSPICE_SCHEMATIC::StructureBuilder().

◆ SheetSize

VECTOR2I LTSPICE_SCHEMATIC::LT_ASC::SheetSize

Definition at line 262 of file ltspice_schematic.h.

Referenced by LTSPICE_SCHEMATIC::StructureBuilder().

◆ Symbols

std::vector<LT_SYMBOL> LTSPICE_SCHEMATIC::LT_ASC::Symbols

Definition at line 265 of file ltspice_schematic.h.

Referenced by LTSPICE_SCHEMATIC::StructureBuilder().

◆ Texts

std::vector<TEXT> LTSPICE_SCHEMATIC::LT_ASC::Texts

Definition at line 276 of file ltspice_schematic.h.

Referenced by LTSPICE_SCHEMATIC::StructureBuilder().

◆ Version

int LTSPICE_SCHEMATIC::LT_ASC::Version

Definition at line 263 of file ltspice_schematic.h.

Referenced by LTSPICE_SCHEMATIC::StructureBuilder().

◆ Windows

std::vector<LT_WINDOW> LTSPICE_SCHEMATIC::LT_ASC::Windows

Definition at line 268 of file ltspice_schematic.h.

◆ Wires

std::vector<WIRE> LTSPICE_SCHEMATIC::LT_ASC::Wires

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