This method performs either a hard or soft reset of the ASIC.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void AsicReset(
bool hardwareReset
)
Public Sub AsicReset (
hardwareReset As Boolean
)
public:
void AsicReset(
bool hardwareReset
)
member AsicReset :
hardwareReset : bool -> unit
Parameters
- hardwareReset
- Type: SystemBoolean
whether or not to do a hardware reset
See Also