ValveGetStructuredReport Method

Generates a structured results report as a list of typed tuples, used by the UI report viewer. Each tuple contains a ReportItemType tag and an array of display strings.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override List<Tuple<ReportItemType, string[]>> GetStructuredReport()

Return Value

ListTupleReportItemType, String
A list of report-item tuples covering calculation parameters and results.

See Also