/*
HOW TO USE:
Change "display: inherit;" to "display: none;" to hide a section.
Change the "order" property to change the order a section appears on the page.
Sections with lowest order will appear first. EG 1, 2, 3, 5, 10
E.G. The hero section below will be visible and will be displayed third.
#hero {
display: inherit;
order: 3;
}
The video section will be hidden so the order property for this section is ignored.
#video {
display: none;
order: 5;
}
Hex code cheat sheet:
Blue: #0076c0
Light Gray: #f3f3f3
Default Text Color: #222222
*/
#fluid {
background-color: #ffffff;
display: inherit;
order: 1;
}
#hero {
background: url("https://placehold.it/3840x2458") no-repeat center center;
display: inherit;
order: 2;
padding-bottom: 192px;
padding-top: 192px;
}
/*
Change hero overlay background-color to change the color on top of the hero image
Opacity changes the transparency-level: 1 is not transparent at all, 0.5 is 50% see-through, and 0 is completely transparent
*/
#hero .overlay {
background-color: #222222;
opacity: 0.3;
}
#headline {
background-color: #ffffff;
display: inherit;
order: 3;
}
#C6733 {
background-color: #ffffff;
display: inherit;
order: 4;
}
#C2 {
background-color: #ffffff;
display: inherit;
order: 5;
}
#C3 {
background-color: #ffffff;
display: inherit;
order: 6;
}
#C4 {
background-color: #ffffff;
display: inherit;
order: 7;
}
#C3367 {
background-color: #ffffff;
display: inherit;
order: 8;
}
#form {
background-color: #ffffff;
display: inherit;
order: 9;
}
#full-width-text {
background-color: #ffffff;
display: inherit;
order: 10;
}
#video {
background-color: #f3f3f3;
display: inherit;
order: 11;
}
[On Demand Webinar] Eric Bogatin 박사의 S-Parameter Master Class Part 1
On Deman Webinar
Part 1
1 부에서는 임피던스가 균일한 인터커넥트와 임피던스가 일정하지 않은 인터커넥트에서의 반사 손실과 삽입 손실을 어떻게 이해하고 해석해야하는 지에 대해서 설명합니다.
4-포트 디바이스를 예로들어 S-파라미터와 TDR 응답을 어떻게 해석하고 Near End 및 Far End 크로스토크를 측정하고 높은 커플링이 발생하는 위치를 측정하는 방법을 설명합니다.