WrapperUpdateDutType Method |
Update the IDutInterface type based on the current FX3 setting.
For SensorType of ADcmXL will use the appropriate ADcmXL Interface (ADcmXLx021)
For SensorType of AutomotiveSpi will use ZeusInterface (ADIS1655x)
For SensorType of IMU, PartType LegacyIMU will use aducInterface (ADIS1644x)
For SensorType of IMU, PartType IMU, will use adbfInterface (ADIS1647x, ADIS1649x, ADIS1650x)
Namespace:
FX3ApiWrapper
Assembly:
FX3ApiWrapper (in FX3ApiWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void UpdateDutType(
SensorType Type
)
Public Sub UpdateDutType (
Type As SensorType
)
public:
void UpdateDutType(
SensorType Type
)
member UpdateDutType :
Type : SensorType -> unit
Parameters
- Type
- Type: FX3ApiWrapperSensorType
[Missing <param name="Type"/> documentation for "M:FX3ApiWrapper.Wrapper.UpdateDutType(FX3ApiWrapper.SensorType)"]
See Also