


{"id":166495,"date":"2022-02-17T12:50:27","date_gmt":"2022-02-17T12:50:27","guid":{"rendered":"\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/"},"modified":"2022-02-17T13:59:26","modified_gmt":"2022-02-17T13:59:26","slug":"getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise","status":"closed","type":"topic","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/","title":{"rendered":"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise)"},"content":{"rendered":"<div class=\"Item-Body\">\n<div class=\"Message userContent\">\n<p>Hi,<\/p>\n<p><\/p>\n<\/p>\n<p>I want APDL to read my Named Selection&#8230; well, &quot;names&quot; created in Mechanical, and I have been unable to find a way to do it natively. I have been able to do it via Mechanical script (as follows, for those interested):<\/p>\n<p><\/p>\n<\/p>\n<p>named_selection_all=DataModel.GetObjectsByType(Ansys.ACT.Automation.Mechanical.NamedSelection)<\/p>\n<p>for ns in named_selection_all:<\/p>\n<p>&nbsp;&nbsp;print(ns.Name)<\/p>\n<p><\/p>\n<\/p>\n<p>I have been able even to access the ARGS from the script with this kind of command:<\/p>\n<p>command_snippet_1.InputArgument1 = r&#039;35&#039;<\/p>\n<p><\/p>\n<\/p>\n<p>However, it seems it is not possible to get it to accept a string. Or at least I have not been successful. The reason I want my APDL script to read those string is because I want it to export a series of results for each named selection with the filename being the name of said named selection. <\/p>\n<p><\/p>\n<\/p>\n<p>Any ideas? Thank you in advance!<\/p>\n","protected":false},"template":"","class_list":["post-166495","topic","type-topic","status-closed","hentry","topic-tag-ansys-mechanical","topic-tag-apdl","topic-tag-named-selections","topic-tag-scripting-journaling-2"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hi,I want APDL to read my Named Selection... well, &quot;names&quot; created in Mechanical, and I have been unable to find a way to do it natively. I have been able to do it via Mechanical script (as follows, for those interested):named_selection_all=DataModel.GetObjectsByType(Ansys.ACT.Automation.Mechanical.NamedSelection)for ns in named_selection_all: print(ns.Name)I have been able even to access the ARGS from the script\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/\" \/>\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 Learning Forum | Ansys Innovation Space\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise) | Ansys Learning Forum\" \/>\n\t\t<meta property=\"og:description\" content=\"Hi,I want APDL to read my Named Selection... well, &quot;names&quot; created in Mechanical, and I have been unable to find a way to do it natively. I have been able to do it via Mechanical script (as follows, for those interested):named_selection_all=DataModel.GetObjectsByType(Ansys.ACT.Automation.Mechanical.NamedSelection)for ns in named_selection_all: print(ns.Name)I have been able even to access the ARGS from the script\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-02-17T12:50:27+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-02-17T13:59:26+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise) | Ansys Learning Forum\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hi,I want APDL to read my Named Selection... well, &quot;names&quot; created in Mechanical, and I have been unable to find a way to do it natively. I have been able to do it via Mechanical script (as follows, for those interested):named_selection_all=DataModel.GetObjectsByType(Ansys.ACT.Automation.Mechanical.NamedSelection)for ns in named_selection_all: print(ns.Name)I have been able even to access the ARGS from the script\" \/>\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\\\/forum\\\/forums\\\/topic\\\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/apdl\\\/#listItem\",\"name\":\"apdl\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/apdl\\\/#listItem\",\"position\":3,\"name\":\"apdl\",\"item\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/apdl\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\\\/#listItem\",\"name\":\"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise)\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/topics\\\/#listItem\",\"name\":\"Topics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\\\/#listItem\",\"position\":4,\"name\":\"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise)\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic-tag\\\/apdl\\\/#listItem\",\"name\":\"apdl\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\\\/#webpage\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\\\/\",\"name\":\"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise) | Ansys Learning Forum\",\"description\":\"Hi,I want APDL to read my Named Selection... well, \\\"names\\\" created in Mechanical, and I have been unable to find a way to do it natively. I have been able to do it via Mechanical script (as follows, for those interested):named_selection_all=DataModel.GetObjectsByType(Ansys.ACT.Automation.Mechanical.NamedSelection)for ns in named_selection_all: print(ns.Name)I have been able even to access the ARGS from the script\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/forums\\\/topic\\\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\\\/#breadcrumblist\"},\"datePublished\":\"2022-02-17T12:50:27+00:00\",\"dateModified\":\"2022-02-17T13:59:26+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#website\",\"url\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/\",\"name\":\"Ansys Learning Forum\",\"description\":\"Ansys Innovation Space\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/innovationspace.ansys.com\\\/forum\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise) | Ansys Learning Forum","description":"Hi,I want APDL to read my Named Selection... well, \"names\" created in Mechanical, and I have been unable to find a way to do it natively. I have been able to do it via Mechanical script (as follows, for those interested):named_selection_all=DataModel.GetObjectsByType(Ansys.ACT.Automation.Mechanical.NamedSelection)for ns in named_selection_all: print(ns.Name)I have been able even to access the ARGS from the script","canonical_url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","position":1,"name":"Home","item":"https:\/\/innovationspace.ansys.com\/forum","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","position":2,"name":"Topics","item":"https:\/\/innovationspace.ansys.com\/forum\/topics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/apdl\/#listItem","name":"apdl"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/apdl\/#listItem","position":3,"name":"apdl","item":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/apdl\/","nextItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/#listItem","name":"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise)"},"previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/topics\/#listItem","name":"Topics"}},{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/#listItem","position":4,"name":"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise)","previousItem":{"@type":"ListItem","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/apdl\/#listItem","name":"apdl"}}]},{"@type":"Organization","@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization","name":"Ansys Learning Forum","description":"Ansys Innovation Space","url":"https:\/\/innovationspace.ansys.com\/forum\/"},{"@type":"WebPage","@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/#webpage","url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/","name":"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise) | Ansys Learning Forum","description":"Hi,I want APDL to read my Named Selection... well, \"names\" created in Mechanical, and I have been unable to find a way to do it natively. I have been able to do it via Mechanical script (as follows, for those interested):named_selection_all=DataModel.GetObjectsByType(Ansys.ACT.Automation.Mechanical.NamedSelection)for ns in named_selection_all: print(ns.Name)I have been able even to access the ARGS from the script","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#website"},"breadcrumb":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/#breadcrumblist"},"datePublished":"2022-02-17T12:50:27+00:00","dateModified":"2022-02-17T13:59:26+00:00"},{"@type":"WebSite","@id":"https:\/\/innovationspace.ansys.com\/forum\/#website","url":"https:\/\/innovationspace.ansys.com\/forum\/","name":"Ansys Learning Forum","description":"Ansys Innovation Space","inLanguage":"en-US","publisher":{"@id":"https:\/\/innovationspace.ansys.com\/forum\/#organization"}}]},"og:locale":"en_US","og:site_name":"Ansys Learning Forum | Ansys Innovation Space","og:type":"article","og:title":"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise) | Ansys Learning Forum","og:description":"Hi,I want APDL to read my Named Selection... well, &quot;names&quot; created in Mechanical, and I have been unable to find a way to do it natively. I have been able to do it via Mechanical script (as follows, for those interested):named_selection_all=DataModel.GetObjectsByType(Ansys.ACT.Automation.Mechanical.NamedSelection)for ns in named_selection_all: print(ns.Name)I have been able even to access the ARGS from the script","og:url":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/","article:published_time":"2022-02-17T12:50:27+00:00","article:modified_time":"2022-02-17T13:59:26+00:00","twitter:card":"summary_large_image","twitter:title":"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise) | Ansys Learning Forum","twitter:description":"Hi,I want APDL to read my Named Selection... well, &quot;names&quot; created in Mechanical, and I have been unable to find a way to do it natively. I have been able to do it via Mechanical script (as follows, for those interested):named_selection_all=DataModel.GetObjectsByType(Ansys.ACT.Automation.Mechanical.NamedSelection)for ns in named_selection_all: print(ns.Name)I have been able even to access the ARGS from the script"},"aioseo_meta_data":{"post_id":"166495","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":"content","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":true,"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":"2024-10-28 20:20:36","updated":"2024-10-28 20:20:36","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\/forum\" 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\/forum\/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\/forum\/forums\/topic-tag\/apdl\/\" title=\"apdl\">apdl<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tGetting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise)\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/innovationspace.ansys.com\/forum"},{"label":"Topics","link":"https:\/\/innovationspace.ansys.com\/forum\/topics\/"},{"label":"apdl","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic-tag\/apdl\/"},{"label":"Getting type string data from Mechanical script to APDL Command Snippets (via ARGs or otherwise)","link":"https:\/\/innovationspace.ansys.com\/forum\/forums\/topic\/getting-type-string-data-from-mechanical-script-to-apdl-command-snippets-via-args-or-otherwise\/"}],"acf":[],"custom_fields":[{"0":{"_btv_view_count":["3245"],"_bbp_likes_count":["0"],"_bbp_subscription":["248763"],"_bbp_topic_status":["unanswered"],"_bbp_status":["publish"],"_bbp_topic_id":["166495"],"_bbp_forum_id":["27791"],"_bbp_engagement":["58821","248763"],"_bbp_voice_count":["2"],"_bbp_reply_count":["5"],"_bbp_last_reply_id":["205877"],"_bbp_last_active_id":["205877"],"_bbp_last_active_time":["2022-02-17 13:59:26"]},"test":"fruswritgmail-com"}],"_links":{"self":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/166495","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics"}],"about":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/topics\/166495\/revisions"}],"wp:attachment":[{"href":"https:\/\/innovationspace.ansys.com\/forum\/wp-json\/wp\/v2\/media?parent=166495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}