<< getenv
OS_commands
host >>
Scilab Help
>>
Input/Output functions
>
OS_commands
> getpid
getpid
ScilabプロセスIDを取得
呼び出し手順
id
=
getpid
()
説明
ScilabプロセスIDの整数を返します
例
d
=
'
SD_
'
+
string
(
getpid
(
)
)
+
'
_
'
Report an issue
<< getenv
OS_commands
host >>