Deletepipe, Openpipe, Deletepipe openpipe – Teledyne LeCroy BTTracer_Trainer - BTTrainer Users Manual User Manual
Page 161
Advertising

143
CATC BTT
RAINER
2.11
C
HAPTER
User’s Manual
•
“Failure”
•
“Pipe Not Found”
•
“Invalid parameter”
Comments
Closes the specified data pipe.
Example
ClosePipe("Data1", "Receive");
DeletePipe
DeletePipe(PipeName, PipeType)
Return value
•
“Success”
•
“Invalid parameter”
•
“Pipe not found”
Comments
Removes a pipe from the Data Transfer Manager pipe list. In the case of
“Receive” pipes, all data associated with the pipe is lost. “Transmit” pipes
will only be removed from the Data Transfer Manager list.
Example
DeletePipe("Data1", "Receive");
OpenPipe
OpenPipe(PipeName, PipeType)
Parameter
Meaning
Default Value
Comments
PipeName
Name of the
data pipe to
open
PipeType
“Transmit” or
“Receive”
pipe
“Receive”
Parameter
Meaning
Default Value
Comments
PipeName
Name of the
data pipe to
open
Advertising