export_to_csv#

Band.export_to_csv(file_name: str = '', channel_freq: float = 100000000.0, channel_type: ChannelType | None = None) str#

Export’s the data for this node

Parameters:
file_name: str[optional]

full path to the file to export to.

channel_freq: float[optional]

tuned channel to export the Band for.

channel_type: ChannelType

Specifies whether the transmit or receive spectrum is exported.

Returns:
csv_data: str

stringified data for the node returned if file_name not specified