Method | Description | |
---|---|---|
AddEdge ( int channel, int time, bool sense ) : void | ||
AddEdge ( string channel, int time, bool sense ) : void | ||
ArrayToString ( ) : String | ||
BuildPattern ( int length ) : void | ||
ChannelFromNIPort ( int port, int line ) : int | ||
Clear ( ) : void | ||
DownPulse ( int startTime, int delay, int duration, int channel ) : int | ||
DownPulse ( int startTime, int delay, int duration, string channel ) : int | ||
GetMinimumLength ( ) : int | ||
LayoutToString ( ) : String | ||
PatternBuilder32 ( ) : System | ||
Pulse ( int startTime, int delay, int duration, int channel ) : int | ||
Pulse ( int startTime, int delay, int duration, string channel ) : int |
Method | Description | |
---|---|---|
GenerateBytePattern ( ) : void | ||
GenerateInt16Pattern ( ) : void | ||
GenerateNextInt ( |
public AddEdge ( int channel, int time, bool sense ) : void | ||
channel | int | |
time | int | |
sense | bool | |
return | void |
public AddEdge ( string channel, int time, bool sense ) : void | ||
channel | string | |
time | int | |
sense | bool | |
return | void |
public static ChannelFromNIPort ( int port, int line ) : int | ||
port | int | |
line | int | |
return | int |
public DownPulse ( int startTime, int delay, int duration, int channel ) : int | ||
startTime | int | |
delay | int | |
duration | int | |
channel | int | |
return | int |
public DownPulse ( int startTime, int delay, int duration, string channel ) : int | ||
startTime | int | |
delay | int | |
duration | int | |
channel | string | |
return | int |
public Pulse ( int startTime, int delay, int duration, int channel ) : int | ||
startTime | int | |
delay | int | |
duration | int | |
channel | int | |
return | int |
public Pulse ( int startTime, int delay, int duration, string channel ) : int | ||
startTime | int | |
delay | int | |
duration | int | |
channel | string | |
return | int |