DSim Cloud DSim Package Access

Modified on Wed, 26 Jun at 3:19 PM

DSim Cloud DSim Package Access

Overview

The DSim simulator is supplied by Metrics and is made available to users automatically on the remote workspace. For more information on the DSim simulator see User Guide: DSim User Manual.



Accessing the DSim Simulator

By default, the latest version of the DSim simulator is packaged with DSim Cloud by this entry in your mdc_config.yml:


 

dsim:  
    # version: "20220822.x.x" # Optional. Defaults to the latest version available. Uncomment to set a specific version.

 

To use a different version of the DSim simulator, change the version field to a valid release and uncomment the entry in your mdc_config.yml. For example, to use DSim 20220822.7.0, change the entry in your mdc_config.yml to:


 

dsim:  
    version: "20220822.7.0" # Optional. Defaults to the latest version available. Uncomment to s

 

To use the latest version, simply comment the version field again:


 

dsim:  
    # version: "20220822.7.0" # Optional. Defaults to the latest version available. Uncomment to set a spe

 

To see how to change your mdc_config.yml, see DSim Cloud Configuration.


To see which version of DSim is being used currently, enter this in your terminal:


 

mdc dsim -a '-version'

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article