probeNetDisplayFlightLines
graphic probeNetDisplayFlightLines string { "physical" | "logical" }
Description
Specifies whether the probe flight lines show physical or logical connectivity.
-
physical:Default. Specifies that all shapes and opens on the probed net are highlighted -
logical:Specifies that segments linking all pins on the probed net are highlighted.
GUI Equivalent
Examples
envGetVal("graphic" "probeNetDisplayFlightLines")
envSetVal("graphic" "probeNetDisplayFlightLines" 'string "logical")
Related Topics
Return to top