SecureBlackbox 2020 Python Edition

Questions / Feedback?

data_file_name Property

A file name to be saved together with the timestamped data.

Syntax

def get_data_file_name() -> str: ...
def set_data_file_name(value: str) -> None: ...

data_file_name = property(get_data_file_name, set_data_file_name)

Default Value

""

Remarks

Use this property to provide a file name to be stored in the timestamp together with the timestamped data. This is only informational and does not necessarily need to match the file name provided via input_file.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]