32#include <google/protobuf/any.pb.h>
33#include <api/board/board.pb.h>
151 || aDielectricPrmsIdx < 0
179 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
186 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
194 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
202 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
210 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
218 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
226 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
234 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
243 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
252 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
261 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
270 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
279 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
288 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
297 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
306 wxASSERT( aDielectricSubLayer >= 0 && aDielectricSubLayer <
GetSublayersCount() );
451 if( !std::equal( std::begin(
m_list ), std::end(
m_list ), std::begin( aOther.
m_list ),
467 BoardStackup stackup;
471 BoardStackupLayer* layer = stackup.mutable_layers()->Add();
473 layer->mutable_thickness()->set_value_nm( item->GetThickness() );
478 switch( item->GetType() )
482 layer->set_material_name(
"copper" );
489 BoardStackupDielectricLayer* dielectric = layer->mutable_dielectric()->New();
491 for(
int i = 0; i < item->GetSublayersCount(); ++i )
493 BoardStackupDielectricProperties* props = dielectric->mutable_layer()->Add();
494 props->set_epsilon_r( item->GetEpsilonR( i ) );
495 props->set_loss_tangent( item->GetLossTangent( i ) );
496 props->set_material_name( item->GetMaterial( i ).ToUTF8() );
497 props->mutable_thickness()->set_value_nm( item->GetThickness( i ) );
508 aContainer.PackFrom( stackup );
530 if( aIndex < 0 || aIndex >=
GetCount() )
544 if( item->IsThicknessEditable() && item->IsEnabled() )
546 thickness += item->GetThickness();
550 for(
int idx = 1; idx < item->GetSublayersCount(); idx++ )
552 thickness += item->GetThickness( idx );
577 if( item->GetBrdLayerId() == curr_item->GetBrdLayerId() )
588 if( item->GetDielectricLayerId() == curr_item->GetDielectricLayerId() )
612 if( item->GetBrdLayerId() == initial_item->GetBrdLayerId() )
614 *item = *initial_item;
625 if( item->GetDielectricLayerId() == initial_item->GetDielectricLayerId() )
627 *item = *initial_item;
655 int aActiveCopperLayersCount )
668 int activeCuLayerCount = copperLayerCount;
670 if( aSettings ==
nullptr && aActiveCopperLayersCount > 0 )
671 activeCuLayerCount = aActiveCopperLayersCount;
674 int diel_thickness = brd__thickness -
680 diel_thickness /= std::max( 1, activeCuLayerCount - 1 );
682 int dielectric_idx = 0;
701 if( enabledLayer[
F_Mask] )
726 if( (dielectric_idx & 1) == 0 )
742 if( enabledLayer[
B_Mask] )
785 aFormatter->
Print(
"(stackup" );
794 layer_name.Printf( wxT(
"dielectric %d" ), item->GetDielectricLayerId() );
796 layer_name =
LSET::Name( item->GetBrdLayerId() );
798 aFormatter->
Print(
"(layer %s (type %s)",
799 aFormatter->
Quotew( layer_name ).c_str(),
800 aFormatter->
Quotew( item->GetTypeName() ).c_str() );
803 for(
int idx = 0; idx < item->GetSublayersCount(); idx++ )
806 aFormatter->
Print(
" addsublayer" );
808 if( item->IsColorEditable() &&
IsPrmSpecified( item->GetColor( idx ) ) )
810 aFormatter->
Print(
"(color %s)",
811 aFormatter->
Quotew( item->GetColor( idx ) ).c_str() );
814 if( item->IsThicknessEditable() )
816 aFormatter->
Print(
"(thickness %s",
820 aFormatter->
Print(
" locked" );
822 aFormatter->
Print(
")" );
825 if( item->HasMaterialValue( idx ) )
827 aFormatter->
Print(
"(material %s)",
828 aFormatter->
Quotew( item->GetMaterial( idx ) ).c_str() );
831 if( item->HasEpsilonRValue() && item->HasMaterialValue( idx ) )
834 if( item->HasLossTangentValue() && item->HasMaterialValue( idx ) )
836 aFormatter->
Print(
"(loss_tangent %s)",
840 if( item->HasSpecFreqValue() && item->HasMaterialValue( idx ) )
844 wxString modelToken = wxT(
"constant" );
847 modelToken = wxT(
"djordjevic_sarkar" );
849 aFormatter->
Print(
"(dielectric_model %s)", modelToken.ToStdString().c_str() );
853 aFormatter->
Print(
")" );
864 aFormatter->
Print(
"(edge_connector %s)",
871 aFormatter->
Print(
")" );
879 if( aFirstLayer == aSecondLayer )
883 if( aSecondLayer !=
B_Cu && ( aSecondLayer < aFirstLayer || aFirstLayer ==
B_Cu ) )
884 std::swap( aFirstLayer, aSecondLayer );
904 if( aFirstLayer !=
F_Cu && aFirstLayer !=
B_Cu )
914 if( aSecondLayer !=
F_Cu && aSecondLayer !=
B_Cu )
918 for(
int sublayer = 0; sublayer < item->GetSublayersCount(); sublayer++ )
920 const int subThickness = item->GetThickness( sublayer );
921 total += half ? ( subThickness / 2 ) : subThickness;
938 if( !aPrmValue.IsEmpty()
types::KiCadObjectType ToProtoEnum(KICAD_T aValue)
constexpr EDA_IU_SCALE pcbIUScale
bool IsPrmSpecified(const wxString &aPrmValue)
@ BS_ITEM_TYPE_SILKSCREEN
@ BS_ITEM_TYPE_DIELECTRIC
@ BS_ITEM_TYPE_SOLDERPASTE
@ BS_ITEM_TYPE_SOLDERMASK
Container for design settings for a BOARD object.
const LSET & GetEnabledLayers() const
Return a bit-mask of all the layers that are enabled.
int GetBoardThickness() const
The full thickness of the board including copper and masks.
BOARD_STACKUP & GetStackupDescriptor()
int GetCopperLayerCount() const
Manage one layer needed to make a physical board.
void AddDielectricPrms(int aDielectricPrmsIdx)
Add (insert) a DIELECTRIC_PRMS item to m_DielectricPrmsList all values are set to default.
DIELECTRIC_MODEL GetDielectricModel(int aDielectricSubLayer=0) const
PCB_LAYER_ID m_LayerId
type name of layer (copper, silk screen, core, prepreg ...)
int GetSublayersCount() const
void SetDielectricLayerId(int aLayerId)
bool HasSpecFreqValue() const
double GetEpsilonR(int aDielectricSubLayer=0) const
wxString GetColor(int aDielectricSubLayer=0) const
bool HasEpsilonRValue() const
void SetThickness(int aThickness, int aDielectricSubLayer=0)
bool IsMaterialEditable() const
BOARD_STACKUP_ITEM_TYPE m_Type
void SetDielectricModel(DIELECTRIC_MODEL aModel, int aDielectricSubLayer=0)
bool HasMaterialValue(int aDielectricSubLayer=0) const
void SetThicknessLocked(bool aLocked, int aDielectricSubLayer=0)
wxString FormatDielectricLayerName() const
void SetSpecFreq(double aSpecFreq, int aDielectricSubLayer=0)
void SetMaterial(const wxString &aName, int aDielectricSubLayer=0)
BOARD_STACKUP_ITEM(BOARD_STACKUP_ITEM_TYPE aType)
bool HasLossTangentValue() const
bool IsThicknessEditable() const
void SetLossTangent(double aTg, int aDielectricSubLayer=0)
int GetThickness(int aDielectricSubLayer=0) const
void SetEnabled(bool aEnable)
std::vector< DIELECTRIC_PRMS > m_DielectricPrmsList
the "layer" id for dielectric layers, from 1 (top) to 31 (bottom) (only 31 dielectric layers for 32 c...
static int GetMaskDefaultThickness()
wxString GetMaterial(int aDielectricSubLayer=0) const
wxString m_TypeName
name of layer as shown in layer manager. Useful to create reports
void SetBrdLayerId(PCB_LAYER_ID aBrdLayerId)
void SetTypeName(const wxString &aName)
bool IsThicknessLocked(int aDielectricSubLayer=0) const
wxString FormatEpsilonR(int aDielectricSubLayer=0) const
int m_DielectricLayerId
the layer id (F.Cu to B.Cu, F.Silk, B.silk, F.Mask, B.Mask) and UNDEFINED_LAYER (-1) for dielectric l...
void SetColor(const wxString &aColorName, int aDielectricSubLayer=0)
void SetEpsilonR(double aEpsilon, int aDielectricSubLayer=0)
double GetSpecFreq(int aDielectricSubLayer=0) const
void RemoveDielectricPrms(int aDielectricPrmsIdx)
Remove a DIELECTRIC_PRMS item from m_DielectricPrmsList.
int GetDielectricLayerId() const
bool operator==(const BOARD_STACKUP_ITEM &aOther) const
bool IsColorEditable() const
wxString FormatLossTangent(int aDielectricSubLayer=0) const
double GetLossTangent(int aDielectricSubLayer=0) const
static int GetCopperDefaultThickness()
void RemoveAll()
Delete all items in list and clear the list.
const std::vector< BOARD_STACKUP_ITEM * > & GetList() const
static LSET StackupAllowedBrdLayers()
bool SynchronizeWithBoard(BOARD_DESIGN_SETTINGS *aSettings)
Synchronize the BOARD_STACKUP_ITEM* list with the board.
bool Deserialize(const google::protobuf::Any &aContainer) override
Deserializes the given protobuf message into this object.
bool operator==(const BOARD_STACKUP &aOther) const
int BuildBoardThicknessFromStackup() const
bool m_HasDielectricConstrains
True if some layers have impedance controlled tracks or have specific constrains for micro-wave appli...
void Add(BOARD_STACKUP_ITEM *aItem)
Add a new item in stackup layer.
void BuildDefaultStackupList(const BOARD_DESIGN_SETTINGS *aSettings, int aActiveCopperLayersCount=0)
Create a default stackup, according to the current BOARD_DESIGN_SETTINGS settings.
void Serialize(google::protobuf::Any &aContainer) const override
Serializes this object to the given Any message.
BOARD_STACKUP & operator=(const BOARD_STACKUP &aOther)
BOARD_STACKUP_ITEM * GetStackupLayer(int aIndex)
int GetLayerDistance(PCB_LAYER_ID aFirstLayer, PCB_LAYER_ID aSecondLayer) const
Calculate the distance (height) between the two given copper layers.
std::vector< BOARD_STACKUP_ITEM * > m_list
bool m_EdgePlating
True if the edge board is plated.
BS_EDGE_CONNECTOR_CONSTRAINTS m_EdgeConnectorConstraints
If the board has edge connector cards, some constrains can be specified in job file: BS_EDGE_CONNECTO...
void FormatBoardStackup(OUTPUTFORMATTER *aFormatter, const BOARD *aBoard) const
Write the stackup info on board file.
bool m_HasThicknessConstrains
True if some layers (copper and/or dielectric) have specific thickness.
wxString m_FinishType
The name of external copper finish.
Information pertinent to a Pcbnew printed circuit board.
A helper class to manage a dielectric layer set of parameters.
double m_EpsilonR
true for dielectric layers with a fixed thickness (for impedance controlled purposes),...
int m_Thickness
type of material (for dielectric and solder mask)
bool operator==(const DIELECTRIC_PRMS &aOther) const
wxString m_Color
For dielectric the dielectric frequency correction model.
bool m_ThicknessLocked
the physical layer thickness in internal units
double m_LossTangent
For dielectric (and solder mask) the dielectric constant.
LSET is a set of PCB_LAYER_IDs.
LSEQ CuStack() const
Return a sequence of copper layers in starting from the front/top and extending to the back/bottom.
static wxString Name(PCB_LAYER_ID aLayerId)
Return the fixed name association with aLayerId.
Some functions to handle hotkeys in KiCad.
bool IsCopperLayer(int aLayerId)
Test whether a layer is a copper layer.
PCB_LAYER_ID
A quick note on layer IDs:
KICOMMON_API std::string FormatInternalUnits(const EDA_IU_SCALE &aIuScale, int aValue, EDA_DATA_TYPE aDataType=EDA_DATA_TYPE::DISTANCE)
Converts aValue from internal units to a string appropriate for writing to file.
wxString NotSpecifiedPrm()
#define DEFAULT_EPSILON_R_SILKSCREEN
#define DEFAULT_EPSILON_R_SOLDERMASK
std::string UIDouble2Str(double aValue)
Print a float number without using scientific notation and no trailing 0 We want to avoid scientific ...
std::string FormatDouble2Str(double aValue)
Print a float number without using scientific notation and no trailing 0 This function is intended in...
DIELECTRIC_MODEL
Frequency-domain model used for the substrate dielectric properties.