KiCad PCB EDA Suite
Loading...
Searching...
No Matches
STACKUP_CSV_OPTIONS Struct Reference

Options controlling which stackup fields are included in CSV exports. More...

#include <board_stackup_reporter.h>

Public Attributes

bool includeColor = true
 
bool includeMaterial = true
 
bool includeThickness = true
 
bool includeEpsilonR = true
 
bool includeLossTangent = true
 
bool includeFinish = true
 
bool includeBoardOptions = true
 

Detailed Description

Options controlling which stackup fields are included in CSV exports.

Definition at line 35 of file board_stackup_reporter.h.

Member Data Documentation

◆ includeBoardOptions

bool STACKUP_CSV_OPTIONS::includeBoardOptions = true

◆ includeColor

bool STACKUP_CSV_OPTIONS::includeColor = true

◆ includeEpsilonR

bool STACKUP_CSV_OPTIONS::includeEpsilonR = true

◆ includeFinish

bool STACKUP_CSV_OPTIONS::includeFinish = true

◆ includeLossTangent

bool STACKUP_CSV_OPTIONS::includeLossTangent = true

◆ includeMaterial

bool STACKUP_CSV_OPTIONS::includeMaterial = true

◆ includeThickness

bool STACKUP_CSV_OPTIONS::includeThickness = true

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