FX3ConnectionDutSupplyMode Property |
Get or set the DUT supply mode on the FX3. Available options are regulated 3.3V, USB 5V, and off. This feature is only available on the
ADI in-house iSensor FX3 eval platform, not the platform based on the Cypress Explorer kit. If a Cypress Explorer kit is connected, the
setter for this property will be disabled.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic DutVoltage DutSupplyMode { get; set; }
Public Property DutSupplyMode As DutVoltage
Get
Set
public:
property DutVoltage DutSupplyMode {
DutVoltage get ();
void set (DutVoltage value);
}
member DutSupplyMode : DutVoltage with get, set
Return Value
Type:
DutVoltageThe DUT supply voltage setting
See Also