Exemple #1
0
        //Read back SDK FPGA configuration parameters
        public static string GetSDKFPGAConfig()
        {
            string cmd = header + HwSetting.GetSDKFPGAConfig() + end;

            return(cmd);
        }
Exemple #2
0
        //Set SDK FPGA configuration parameters
        public static string SetSDKFPGAConfig(string xml)
        {
            string cmd = header + HwSetting.SetSDKFPGAConfig(xml) + end;

            return(cmd);
        }