EBSILON®Professional Online Documentation
EbsScript / EbsScript Interface Units / InterfaceUnit-Standard
In This Topic
    InterfaceUnit-Standard
    In This Topic

    InterfaceUnit - Standard

    Name

    Purpose

    Arguments

    Return value

    Example

    propertyCallId

    calls material property table for the fluid within the object which is defined by the unique object ID

    1: INTEGER: object ID
    2: FuncEnum: type of the function to be called
    3: REAL: argument 1
    4: REAL: argument 2
    5: REAL: return on error value (default is -999)

    REAL: the calculated material property value

     

    propertyCallObject

    calls material property table for the fluid within the object

    1: EBSDATA: object
    2: FuncEnum: type of the function to be called
    3: REAL: argument 1
    4: REAL: argument 2
    5: REAL: return on error value (default is -999)

    REAL: the calculated material property value