Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 262793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T22:32:51+00:00 2026-05-11T22:32:51+00:00

We have a number of electronic test technicians with next to no programming experience.

  • 0

We have a number of electronic test technicians with next to no programming experience. I would like a scripting language that is easy to learn with simple forgiving syntax that can integrate with .NET and invoke exposed static or singleton instance methods easily. What scripting language can meet these requirements?

Note: Perl is eliminated, C# script would be nice but the syntax is a bit unforgiving.

Edit: I’d like to be able to do something like this.

Instrument("MultiMeter1").Measure
if (LastMeasurement.IsInRange(50,100))
{
   Test.Pass = true;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T22:32:51+00:00Added an answer on May 11, 2026 at 10:32 pm

    The short list includes

    • PowerShell
    • IronRuby
    • IronPython
    • Boo

    PowerShell has a number of things going for it, not the least being that it will be installed on all Win2008 and Win7 installations.

    The syntax isn’t totally forgiving, but PowerShell will do what it can to convert types as required, in addition it has a powerfull dynamic type system that helps make sense of XML, COM, AD, and WMI types.

    Here’s just a few lines on type conversion

    > $five = "5"
    > $five + 5
    55
    > [int]$five + 5
    10
    > [datetime] "Nov 12"
    Thursday, November 12, 2009 12:00:00 AM
    

    Edit: to address your situation, you might create a cmdlet (or module in v2) which wrapped your .net classes and then do something like

    $meter = Get-Measurement MultiMeter1
    if ($meter.IsInRange(50,100))
    {   
       Set-TestResult $meter $true
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a number input that should trigger jQuery on every change. To do
We have a number of data objects that realize INotifyPropertyChanged to allow for WPF
I have a number of draggable images that I want to clone and then
I have a number of text input elements that when its values are changed,
I have a hierarchical data that goes like this: +----------------------+-------+ | name | depth
I need to do something like below. I have number of div with same
I've got this programming problem. I have number for example 1000. Now I have
i have an array of card types that looks something like this var cards
I have number like this in my html <div class=number>950000</div> and I want jQuery
I have number like 9843324+ and now I want to get rid of +

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.