USA Life
dc_shell
:)=
2018. 11. 1. 04:29
- Open DC SHELL
>> dc_shell
- 내부에서 tcl file 실행할 때
DC_SHELL>> source ./~.tcl
- 만약 tcsh에서 dc_shell 명령어를 쓰고 싶다면(예를 들어서 python에서 dc_shell 명령어를 실행) -f option을 이용한다.
>>dc_shell -f ./~.tcl
여기서 ~.tcl file의 제일 밑에 exit도 같이 입력해주면, 해당 tcl file만 dc_shell 내부에서 실행하고 바로 빠져나온다.
- 해당 library에 scale/unit을 알고 싶다면
DC_SHELL>>report_units
-