voiage.cli.calculate_value_of_flexibility
calculate_value_of_flexibility
Section titled “calculate_value_of_flexibility”calculate_value_of_flexibility([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to a value-of-flexibility v1 JSON specification'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the Value of Flexibility result')) -> NoneCalculate experimental timing-scenario Value of Flexibility.
Parameters:
specification_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to a value-of-flexibility v1 JSON specification'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the Value of Flexibility result'))
Returns: None