Hello Guest it is June 05, 2024, 08:16:58 AM

Author Topic: mc.mcIoSetDesc() not save in profile  (Read 469 times)

0 Members and 1 Guest are viewing this topic.

mc.mcIoSetDesc() not save in profile
« on: August 04, 2023, 09:26:41 AM »
hIo, rc = mc.mcIoGetHandle(inst, "Sim0/Input0")
ioinf, rc = mc.mcIoGetInfoStruct( hIo)
rc = mc.mcIoSetDesc(hIo, "Input0 test desc")

-- this code not saving changes to profile

rc = mc.mcProfileFlush(inst)
rc = mc.mcProfileSave(inst)

-- and this code not help