cg_iric_read_complex_string_f

  • Reads the string attribute values of complex type grid attribute

Format (FORTRAN)

call cg_iric_read_complex_string_f(type, num, name, value, ier)

Format (C/C++)

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

Format (Python)

value = cg_iRIC_Read_Complex_String(type, num, name)

Arguments

Table 108 Arguments of cg_iric_read_complex_string_f

Variable name

Type

I/O

Description

type

character(*)

I

Attribute name

num

integer

I

Group number

name

character(*)

I

Condition name

value

character(*)

O

Attribute value

ier

integer

O

Error code. 0 means success.