create_dataset1d_design#
- Circuit.create_dataset1d_design(name, x, y, x_unit='', y_unit='', sort=True)#
- Create a design dataset. - Parameters:
- namestr
- Name of the dataset (without a prefix for a project dataset). 
- xlist
- List of X-axis values for the dataset. 
- ylist
- List of Y-axis values for the dataset. 
- x_unitstr,optional
- Units for the X axis. The default is - "".
- y_unitstr,optional
- Units for the Y axis. The default is - "".
- sortbool, optional
- Sort dataset. The default is - True.
 
- name
- Returns:
 - References - >>> oProject.AddDataset >>> oDesign.AddDataset 
 
    