ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

Target.GetSimulationModels Method

Gets the SimulationModels section under the target, which contains any models you import into the system definition.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function GetSimulationModels As SimulationModels
C#
public SimulationModels GetSimulationModels()
Visual C++
public:
SimulationModels^ GetSimulationModels()

Return Value

A SimulationModels object.

See Also