cg_iric_read_complex_string

複合型格子属性の、文字列型の条件の値を読み込む。

形式 (FORTRAN)

call cg_iric_read_complex_string(fid, type, num, name, value, ier)

形式 (C/C++)

ier = cg_iRIC_Read_Complex_String(fid, type, num, name, value);

形式 (Python)

value = cg_iRIC_Read_Complex_String(fid, type, num, name)

引数

表 122 cg_iric_read_complex_string の引数

変数名

I/O

内容

fid

integer

I

ファイルID

type

character(*)

I

属性名

num

integer

I

グループの番号

name

character(*)

I

条件の名前

value

character(*)

O

読み込まれた条件の値

ier

integer

O

エラーコード。0なら成功