Jump to content
  • 0

AD2 || NetworkAnalyzer || Data Saving


RajatDas

Question

Hi,

I want to save the Network Analyzer channel 2 data in different scan and filename should be current date-time.

Network.Export("/home/pi/"+(Network.Time.taken.toISOString().replace(':','.').replace(':','.'))+".csv","Channel2");

Using this above command, but it is giving error, "TypeError: Result of expression 'Network.Time' [undefined] is not an object."

Kindly help.

 

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Hi,

I am saving a .csv file using this below command,

Network.Export("/home/pi/"+(Network.Frequency.taken.toISOString().replace(':','.').replace(':','.'))+".csv","Channel2");

Using this command I am able save it. Next do I need to close this .csv file after the writing is complete or something similar to that ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...