EMC Adviser EXには多くの設計ルールがありますが、それぞれの効果を実際の設計で確かめるのは非常に困難です。そこで弊社では代表的なルールごとに基板を製作・測定し、その有効性を実データで検証しました。本講演ではその結果を紹介します。
講演者
//会社名
$txt = get_field( 'session_company_1' );
if ( $txt ) { ?>
//会社名
$txt = get_field( 'session_company_2' );
if ( $txt ) { ?>
echo $txt; ?>
} ?>
//部署名
$txt = get_field( 'session_department_1' );
if ( $txt ) { ?>
echo $txt; ?>
} ?>
//役職名
$txt = get_field( 'session_position_1' );
if ( $txt ) { ?> echo $txt; ?>
} ?>
//講演者氏名
$txt = get_field( 'session_name_1' );
if ( $txt ) { ?> echo $txt; ?>
} ?>
echo $txt; ?>
} ?>
//部署名
$txt = get_field( 'session_department_2' );
if ( $txt ) { ?>
echo $txt; ?>
} ?>
//役職名
$txt = get_field( 'session_position_2' );
if ( $txt ) { ?> echo $txt; ?>
} ?>
//講演者氏名
$txt = get_field( 'session_name_2' );
if ( $txt ) { ?> echo $txt; ?>
} ?>
//会社名
$txt = get_field( 'session_company_3' );
if ( $txt ) { ?>
echo $txt; ?>
} ?>
//部署名
$txt = get_field( 'session_department_3' );
if ( $txt ) { ?>
echo $txt; ?>
} ?>
//役職名
$txt = get_field( 'session_position_3' );
if ( $txt ) { ?> echo $txt; ?>
} ?>
//講演者氏名
$txt = get_field( 'session_name_3' );
if ( $txt ) { ?> echo $txt; ?>
} ?>
対象図研製品名
: echo $txt; ?>
} ?>
