OTX Reference  
OpenTestSystem.Otx.Extensions.BusMonitoring.Actions.StopBusMonitoring Class Reference

Stops the monitoring More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.BusMonitoring.Actions.StopBusMonitoring:
Inheritance graph

Public Attributes

BusMonitorVariable monitor
 This element represents the BusMonitor that shall be stopped. After stopping a bus monitor the variable is no longer initialized. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Stops the monitoring

The StopBusMonitoring activity stops the monitoring and the optional tracing on the BusMonitor that was started before by the StartBusMonitoring action.

Note
The related MVCI system method is MCDMonitoringLink::stop();
Syntax
BusMonitoring.StopBusMonitoring(BusMonitorVariable monitor);
BusMonitorVariable monitor
This element represents the BusMonitor that shall be stopped. After stopping a bus monitor the variab...
Definition: BusMonitoring.cs:349
Examples
// Local Declarations
BusMonitoring.BusMonitor BusMonitor1;
// Flow
BusMonitoring.StartBusMonitoring(BusMonitor1);
BusMonitoring.StopBusMonitoring(BusMonitor1);

Member Data Documentation

◆ monitor

BusMonitorVariable OpenTestSystem.Otx.Extensions.BusMonitoring.Actions.StopBusMonitoring.monitor

This element represents the BusMonitor that shall be stopped. After stopping a bus monitor the variable is no longer initialized.