minTimeElapseForProgressInfo
lp minTimeElapseForProgressInfo intintervalSecs
Description
Sets the interval in seconds at which periodic extraction process updates are issued. The default value is 20 and it can be changed to any value greater than or equal to 0.
The default specifies that the extraction progress logging starts 20 seconds after triggering the Extract 1801 Power Intent command and you will see extraction progress updates after every 20 seconds.
GUI Equivalent
Example
envGetVal("lp" "minTimeElapseForProgressInfo")
envSetVal("lp" "minTimeElapseForProgressInfo" 'int 50)
overrideSigTypeFromSetup
lp overrideSigTypeFromSetup boolean { t | nil }
Description
Uses the signal type specified in the setup information to specify the signal type for a net with conflicting signal types. If this environment variable is set but the net with conflicting sigTypes is not defined as a supply in the Registered Supply Nets table, Power Manager issues a message (LP-3103) informing that it is not able to set sigType for this net. The default value is nil, in which case sigType is not overridden by using the setup.
GUI Equivalent
Example
envSetVal("lp" "overrideSigTypeFromSetup" 'boolean t)
Return to top