
How to log entity server capacity?
    조회 수: 7 (최근 30일)
  
       이전 댓글 표시
    
Dear community,
How can I log the set capacity value of an entity server in SimEvents?
댓글 수: 0
채택된 답변
  Arvind Narayanan
    
 2018년 3월 1일
        
      편집: Arvind Narayanan
    
 2018년 3월 1일
  
      Hi Alex,
You can log the capacity of the entity server by selecting the block in the model and then typing the following in MATLAB command line
>> get_param(gcb,'Capacity')
Additionally, if you are interested in logging the number of entities being served in the block, you can check the option in the Statistics section of the Block Parameters window. This will create an output port for the Entity Server block, which you can connect to a "To Workspace" block to log the values to the workspace. Please refer the attachment for more information.

Thanks
Arvind
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Discrete-Event Simulation에 대해 자세히 알아보기
			
	제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

