Hi Team,
I have created a custom DUT class that inherits from Dut.
In that class I have created a Property of type List Port>
When I use DutSettings.Current.Save();, XML file is created ,but List is always null.
public class CustomDutSettings : Dut
{[Display(CommonVariableNames.PinDetails, Order: 5)] public List<Port> PinDetails { get; set; }
Is there something I missed out?
Regards
Jestin CI