EndpointSupportedPCBDimensions Property |
** NOTE: ADDED in CFX 1.3 -Previously was in derived class SMTPlacementEndpoint. **
The maximum and minimum dimensions that a PCB panel or fixture must conform
to in order to be processed by this SMT Placement machine.
May be overridden for each lane (see
SMTLaneInformation).
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic DimensionalConstraints SupportedPCBDimensions { get; set; }
Public Property SupportedPCBDimensions As DimensionalConstraints
Get
Set
Property Value
DimensionalConstraints
See Also