Hello Guest it is April 24, 2024, 09:20:02 AM

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