exp¶
dragonfly-trace exp¶
Commands for translating Honeybee ProgramTypes to TRACE 700 EXP files.
dragonfly-trace exp [OPTIONS] COMMAND [ARGS]...
program-to-trace700-airflow¶
Translate a Honeybee ProgramType JSON into an Airflow EXP template.
dragonfly-trace exp program-to-trace700-airflow [OPTIONS] PROGRAM_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output EXP file.
- Default:
True
- -f, --output-file <output_file>¶
Optional EXP file to output the string of the translation. By default it is printed out to stdout.
- Default:
'-'
Arguments
- PROGRAM_FILE¶
Required argument
program-to-trace700-exp¶
Translate a Honeybee ProgramType file to a TRACE 700 EXP file.
dragonfly-trace exp program-to-trace700-exp [OPTIONS] PROGRAM_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output EXP file.
- Default:
True
- -f, --output-file <output_file>¶
Optional EXP file to output the string of the translation. By default it is printed out to stdout.
- Default:
'-'
Arguments
- PROGRAM_FILE¶
Required argument
program-to-trace700-internal-loads¶
Translate a Honeybee ProgramType JSON into an Internal Loads EXP template.
dragonfly-trace exp program-to-trace700-internal-loads [OPTIONS] PROGRAM_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output EXP file.
- Default:
True
- -f, --output-file <output_file>¶
Optional EXP file to output the string of the translation. By default it is printed out to stdout.
- Default:
'-'
Arguments
- PROGRAM_FILE¶
Required argument
program-to-trace700-thermostat¶
Translate a Honeybee ProgramType JSON into a Thermostat EXP template.
dragonfly-trace exp program-to-trace700-thermostat [OPTIONS] PROGRAM_FILE
Options
- -ip, --imperial, -si, --metric¶
Flag to note whether imperial or metric units should be used for values in the output EXP file.
- Default:
True
- -f, --output-file <output_file>¶
Optional EXP file to output the string of the translation. By default it is printed out to stdout.
- Default:
'-'
Arguments
- PROGRAM_FILE¶
Required argument