slims.output module

slims.output.file_value(file_name: str) → dict

Opens the file with file_name and returns its content as a string.

Parameters:file_name (string) – Name of the file to read.
Returns:value(String) and “fileName”:value(String)
Return type:(dic) with “bytes”