trnsystor.statement.List

class trnsystor.statement.List(activate=False)[source]

LIST Statement.

The LIST statement is used to turn on the TRNSYS processor listing after it has been turned off by a NOLIST Statement.

Initialize object.

Hint

The listing is assumed to be on at the beginning of a TRNSYS input file. As many LIST cards as desired may appear in a TRNSYS input file and may be located anywhere in the input file.

Parameters

activate (bool) – Print to deck if True.