Deletepipe(), Openpipe(), Deletepipe() openpipe() – Teledyne LeCroy Merlins Wand - Users Manual User Manual

Page 177

Advertising
background image

161

CATC M

ERLIN

S

W

AND

2.00

C

HAPTER

C

User’s Manual

Merlin’s Wand Scripting Commands

“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