Interface IDigitalPins
- Namespace
- Tol
- Assembly
- Tol.dll
public interface IDigitalPins : IPins<IDigitalPins>
- Inherited Members
Properties
HardwareApi
Handle to legacy IG-XL object.
DriverDigitalPins HardwareApi { get; }
Property Value
- DriverDigitalPins
InitState
The PPMU init state, will be set immediately.
IValuePerSite<ChInitState> InitState { get; }
Property Value
- IValuePerSite<ChInitState>
LockState
The PPMU lock state, locks the state during a pattern burst.
IValuePerSite<tlLockState> LockState { get; }
Property Value
- IValuePerSite<tlLockState>
Ppmu
Handle to PPMU pin settings.
IPpmuPins Ppmu { get; }
Property Value
StartState
The PPMU start state, will be set before each pattern burst starts.
IValuePerSite<ChStartState> StartState { get; }
Property Value
- IValuePerSite<ChStartState>
Methods
Connect()
Connects the specified DUT pins to the Digital.
void Connect()
Disconnect()
Disconnects the specified DUT pins from the Digital.
void Disconnect()