export_to_csv#
- Amplifier.export_to_csv(file_name: str = '', amp_props: AmplifierPlotProps | None = None) str#
Export’s the data for this node
- Parameters:
- file_name: str[optional]
full path to the file to export to.
- amp_props: AmplifierPlotProps
two tone and test noise parameters to use for visualizing the amplifier’s profile
- Returns:
- csv_data:
str stringified data for the node returned if file_name not specified
- csv_data: