FX3ConnectionPartType Property |
The DUT type connected to the board.
Reqcode: B2
Value: Part type to set
Index: 10
Length: 4
Data: None
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic DUTType PartType { get; set; }
Public Property PartType As DUTType
Get
Set
public:
property DUTType PartType {
DUTType get ();
void set (DUTType value);
}
member PartType : DUTType with get, set
Return Value
Type:
DUTTypeReturns the DUTType. Defaults to 3 axis
See Also