{"id":166537,"date":"2023-03-17T13:12:07","date_gmt":"2023-03-17T13:12:07","guid":{"rendered":"\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/"},"modified":"2023-07-31T12:34:01","modified_gmt":"2023-07-31T12:34:01","slug":"how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core","status":"publish","type":"topic","link":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/","title":{"rendered":"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated."},"content":{"rendered":"<p>Since the &#8220;range functions&#8221; do not accept parameter values as limits, a different approach has to be used. The total number of periods of the simulation should be known.  Assuming the following parameters   N_periods \u2026 Total number of electric periods of the transient simulation ElectricPeriod\u2026.. Electric period of the signal (i.e., 1\/(electric frequency))   To calculate the average core loss during the last period, following expression can be used:   integ((time>(N_periods-1)*ElectricPeriod)*CoreLoss)\/(ElectricPeriod)   The comparison expression, (time>(N_periods-1),  returns 1 or 0 depending on if it is true or false and works as a \u201cmask\u201d for the integral.  This expression returns a transient signal which is constant. Its value is the average value required. To obtain a single scalar number the everage function can be applied to it. This leads to:  avg(  integ((time>(N_periods-1)*ElectricPeriod)*CoreLoss)\/(ElectricPeriod)  )   This reasoning can be adapted to different situations, for example:  &#8211; Different quantities (e.g. mean torque, replacing CoreLoss above by Moving1.Torque)  &#8211; Calculation along a different window (e.g., multiple electric periods at the end of the simulation, by replacing &#8220;N_periods-1&#8221; by some other criterion)  &#8211; Calculation of different signal norms (e.g., average, rms, pkavg), since these norms are often mathematically expressed as one or multiple integrals (with varying integrands) divided by the \u201cwindow\u201d of the integral. A calculaiton of the RMS value of the induced voltage of a winding with a name PhaseA would require the following expression:  avg(sqrt(integ((time>=(N_Periods-1)*ElectricPeriod)*(InducedVoltage(PhaseA))^2)\/ElectricPeriod))  Attached to this solution there is a project example clarifying the approach to calculate the average core loss for the last electric period and the rms value of the induced voltage across a winding.  These expressions can also be used when defining calculation quantities for an Optimetrics analysis. This is also demonstrated in the example attached. Please review the Optimetrics Tab. <\/p>\n<p>Attachments:<br \/>\n1. <a href=https:\/\/ansys13.ansys.com\/KnowledgeArticles\/Phase-1\/2065332\/2065332.zip>2065332.zip<\/a><\/p>\n","protected":false},"template":"","class_list":["post-166537","topic","type-topic","status-publish","hentry","topic-tag-2021-r1","topic-tag-electromagnetics-electronics","topic-tag-maxwell","topic-tag-post-processing-maxwell","topic-tag-report-generation"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Since the &quot;range functions&quot; do not accept parameter values as limits, a different approach has to be used. The total number of periods of the simulation should be known. Assuming the following parameters N_periods \u2026 Total number of electric periods of the transient simulation ElectricPeriod\u2026.. Electric period of the signal (i.e., 1\/(electric frequency)) To calculate\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Ansys Knowledge | Ansys Innovation Space\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated. | Ansys Knowledge\" \/>\n\t\t<meta property=\"og:description\" content=\"Since the &quot;range functions&quot; do not accept parameter values as limits, a different approach has to be used. The total number of periods of the simulation should be known. Assuming the following parameters N_periods \u2026 Total number of electric periods of the transient simulation ElectricPeriod\u2026.. Electric period of the signal (i.e., 1\/(electric frequency)) To calculate\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-03-17T13:12:07+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-07-31T12:34:01+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated. | Ansys Knowledge\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Since the &quot;range functions&quot; do not accept parameter values as limits, a different approach has to be used. The total number of periods of the simulation should be known. Assuming the following parameters N_periods \u2026 Total number of electric periods of the transient simulation ElectricPeriod\u2026.. Electric period of the signal (i.e., 1\/(electric frequency)) To calculate\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/topics\\\/#listItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic-tag\\\/maxwell\\\/#listItem\",\"name\":\"maxwell\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic-tag\\\/maxwell\\\/#listItem\",\"position\":3,\"name\":\"maxwell\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic-tag\\\/maxwell\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\\\/#listItem\",\"name\":\"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated.\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\\\/#listItem\",\"position\":4,\"name\":\"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated.\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic-tag\\\/maxwell\\\/#listItem\",\"name\":\"maxwell\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/#organization\",\"name\":\"Ansys Knowledge\",\"description\":\"Ansys Innovation Space\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\\\/\",\"name\":\"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated. | Ansys Knowledge\",\"description\":\"Since the \\\"range functions\\\" do not accept parameter values as limits, a different approach has to be used. The total number of periods of the simulation should be known. Assuming the following parameters N_periods \\u2026 Total number of electric periods of the transient simulation ElectricPeriod\\u2026.. Electric period of the signal (i.e., 1\\\/(electric frequency)) To calculate\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/forums\\\/topic\\\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\\\/#breadcrumblist\"},\"datePublished\":\"2023-03-17T13:12:07+00:00\",\"dateModified\":\"2023-07-31T12:34:01+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/#website\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/\",\"name\":\"Ansys Knowledge\",\"description\":\"Ansys Innovation Space\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/knowledge\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated. | Ansys Knowledge","description":"Since the \"range functions\" do not accept parameter values as limits, a different approach has to be used. The total number of periods of the simulation should be known. Assuming the following parameters N_periods \u2026 Total number of electric periods of the transient simulation ElectricPeriod\u2026.. Electric period of the signal (i.e., 1\/(electric frequency)) To calculate","canonical_url":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge#listItem","position":1,"name":"Home","item":"https:\/\/innovationspace.ansys.com\/knowledge","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/#listItem","position":2,"name":"Topics","item":"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/maxwell\/#listItem","name":"maxwell"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/maxwell\/#listItem","position":3,"name":"maxwell","item":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/maxwell\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/#listItem","name":"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated."},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/#listItem","position":4,"name":"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated.","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/maxwell\/#listItem","name":"maxwell"}}]},{"@type":"Organization","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/#organization","name":"Ansys Knowledge","description":"Ansys Innovation Space","url":"https:\/\/innovationspace.ansys.com\/knowledge\/"},{"@type":"WebPage","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/#webpage","url":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/","name":"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated. | Ansys Knowledge","description":"Since the \"range functions\" do not accept parameter values as limits, a different approach has to be used. The total number of periods of the simulation should be known. Assuming the following parameters N_periods \u2026 Total number of electric periods of the transient simulation ElectricPeriod\u2026.. Electric period of the signal (i.e., 1\/(electric frequency)) To calculate","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/knowledge\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/#breadcrumblist"},"datePublished":"2023-03-17T13:12:07+00:00","dateModified":"2023-07-31T12:34:01+00:00"},{"@type":"WebSite","@id":"https:\/\/innovationspace.ansys.com\/knowledge\/#website","url":"https:\/\/innovationspace.ansys.com\/knowledge\/","name":"Ansys Knowledge","description":"Ansys Innovation Space","inLanguage":"en-US","publisher":{"@id":"https:\/\/innovationspace.ansys.com\/knowledge\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ansys Knowledge | Ansys Innovation Space","og:type":"article","og:title":"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated. | Ansys Knowledge","og:description":"Since the &quot;range functions&quot; do not accept parameter values as limits, a different approach has to be used. The total number of periods of the simulation should be known. Assuming the following parameters N_periods \u2026 Total number of electric periods of the transient simulation ElectricPeriod\u2026.. Electric period of the signal (i.e., 1\/(electric frequency)) To calculate","og:url":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/","article:published_time":"2023-03-17T13:12:07+00:00","article:modified_time":"2023-07-31T12:34:01+00:00","twitter:card":"summary_large_image","twitter:title":"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated. | Ansys Knowledge","twitter:description":"Since the &quot;range functions&quot; do not accept parameter values as limits, a different approach has to be used. The total number of periods of the simulation should be known. Assuming the following parameters N_periods \u2026 Total number of electric periods of the transient simulation ElectricPeriod\u2026.. Electric period of the signal (i.e., 1\/(electric frequency)) To calculate"},"aioseo_meta_data":{"post_id":"166537","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2025-10-17 23:08:27","updated":"2026-07-30 14:33:11","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/knowledge\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/\" title=\"Topics\">Topics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/maxwell\/\" title=\"maxwell\">maxwell<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated.\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/knowledge"},{"label":"Topics","link":"https:\/\/innovationspace.ansys.com\/knowledge\/topics\/"},{"label":"maxwell","link":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic-tag\/maxwell\/"},{"label":"How to evaluate signal norms only for a portion of the time range calculated in a transient analysis in Ansys Maxwell when the frequency is defined as a parameter? For example, evaluate the mean core losses for the last electric period simulated.","link":"https:\/\/innovationspace.ansys.com\/knowledge\/forums\/topic\/how-to-evaluate-signal-norms-only-for-a-portion-of-the-time-range-calculated-in-a-transient-analysis-in-ansys-maxwell-when-the-frequency-is-defined-as-a-parameter-for-example-evaluate-the-mean-core\/"}],"acf":[],"custom_fields":[{"0":{"_wp_page_template":["default"],"_bbp_last_active_time":["3\/15\/2023 20:20"],"_bbp_forum_id":["27819"],"_bbp_author_ip":["23.56.168.180"],"_btv_view_count":["1550"],"_edit_lock":["1688982640:76714"],"siebel_km_number":["2065332"],"product_version":["2021 R1"],"km_published_date":["2021-08-12T21:00:22.000Z"],"family":["Electromagnetics & Electronics"],"application_name":["Maxwell"]},"test":"solution"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/topics\/166537","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/topics\/166537\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/knowledge\/wp-json\/wp\/v2\/media?parent=166537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}