Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • DataMiner Insights
      • Security
      • System Architecture
      • DataMiner Releases & Updates
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Can spectrum measurement points be created from the connector?

Solved1.35K views10th August 2023
0
Michiel Vanthuyne [SLC] [DevOps Enabler]4.10K 10th August 2023 0 Comments

Hi, I’m looking for a way to create spectrum measurement points from a connector.

Would anyone have some example QAction code or know if this can be done?

Michiel Vanthuyne [SLC] [DevOps Enabler] Selected answer as best 10th August 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
Joachim Ally [SLC] [DevOps Enabler]1.57K Posted 10th August 2023 1 Comment

Hi Michiel,

I also was investigating something similar in the past to help out another user, and in the corresponding Dojo Question Wouter Bogaert posted some background information that can be helpful for your case as well: https://community.dataminer.services/question/can-you-edit-a-measurement-point-of-a-spectrum-analyzer-through-an-automation-script/?hilite=measurement+point.

What you can do is use the DMS-class, and then you can use the same code as for the Automation Script in the explanation of Wouter.

IDms dms = protocol.GetDms();

IDmsElement element = dms.GetElement(…);

element.SpectrumAnalyzer.SetMeasurementPoints(false, inputArray)

The inputArray is an object array of string arrays.

One string array per measurement point you want to add.

Michiel Vanthuyne [SLC] [DevOps Enabler] Posted new comment 10th August 2023
Michiel Vanthuyne [SLC] [DevOps Enabler] commented 10th August 2023

Thank you Joachim, this sure helps as a starting point for creating something for the functions I need.

1
Miguel Obregon [SLC] [DevOps Catalyst]18.57K Posted 10th August 2023 1 Comment

Hi Michiel,

I believe there are some examples in the connector Generic Satellite Spectrum Monitor. Check method SpectrumCreateMeasPts

Hope it helps.

Michiel Vanthuyne [SLC] [DevOps Enabler] Posted new comment 10th August 2023
Michiel Vanthuyne [SLC] [DevOps Enabler] commented 10th August 2023

Thank you Miguel, this is a great starting point for creating the functions I need.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs