Hello Guest it is May 24, 2025, 04:45:53 PM

Author Topic: mc.mcIoSetDesc() not save in profile  (Read 2363 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