vfoReInstallGuardRingDevice
vfoReInstallGuardRingDevice(
t_techFileId
l_devices
)
=> t / nil
Description
Reinstalls the specified FGR devices in the specified technology file.
Arguments
|
The ID of the technology file in which the devices are to be reinstalled. |
|
|
The name of the technology file in which the devices are to be reinstalled. |
Value Returned
Example
vfoReInstallGuardRingDevice(tf1 list("gr1" "gr2"))
Reinstalls the gr1 and gr2 FGR devices in the tf1 technology file.
Return to top