Contact Us
Contact our corporate or local offices directly.
Parent page: PCB Query Functions - Fields
Returns all pad and via objects whose Custom Thermal Relief property complies with the Query.
PadViaCustomThermalProfile : Boolean_String
Boolean_String
must be either 'True'
or 'False'
.
PadViaCustomThermalProfile = 'True'
Returns all pad and via objects whose Custom Thermal Relief property is enabled.
PadViaCustomThermalProfile = 'False'
Returns all pad and via objects whose Custom Thermal Relief property is disabled.
PadViaCustomThermalProfile <> 'True'
Not (PadViaCustomThermalProfile = 'True')
Returns all objects except pad and via objects whose Custom Thermal Relief property is enabled.
PadViaCustomThermalProfile <> 'False'
Not (PadViaCustomThermalProfile = 'False')
Returns all objects except pad and via objects whose Custom Thermal Relief property is disabled.
Contact our corporate or local offices directly.