JANUS DELETE: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:JANUS DELETE}} | {{DISPLAYTITLE:JANUS DELETE}} | ||
<span class="pageSubtitle"><section begin="desc" /> | <span class="pageSubtitle"><section begin="desc" />Remove Janus port from system<section end="desc" /></span> | ||
This deletes the definition of the named port. The port must not be in the START state when DELETE is issued. | |||
==Syntax== | ==Syntax== | ||
<p class="syntax"><section begin="syntax" /> JANUS DELETE portname | <p class="syntax"><section begin="syntax" /> JANUS DELETE portname | ||
Line 10: | Line 9: | ||
<p class="caption">JANUS DELETE command syntax | <p class="caption">JANUS DELETE command syntax | ||
</p> | </p> | ||
Where 'portname' is the name of the port definition to delete. Once a port definition is deleted it must be redefined, using JANUS DEFINE, before it can be started again. | Where 'portname' is the name of the port definition to delete. Once a port definition is deleted it must be redefined, using JANUS DEFINE, before it can be started again. | ||
<p class="code"> JANUS DELETE SIMPS* | <p class="code"> JANUS DELETE SIMPS* | ||
</p> | </p> | ||
In the above example all definitions for port names beginning with "SIMPS" are deleted from the Online. | In the above example all definitions for port names beginning with "SIMPS" are deleted from the Online. | ||
See: [[List_of_Janus_commands|Janus command list]] | |||
[[Category:Janus commands|JANUS DELETE]] | [[Category:Janus commands|JANUS DELETE]] | ||
[[Category:Sirius commands]] | [[Category:Sirius commands|JANUS DELETE]] |
Revision as of 20:43, 28 February 2011
<section begin="desc" />Remove Janus port from system<section end="desc" />
This deletes the definition of the named port. The port must not be in the START state when DELETE is issued.
Syntax
<section begin="syntax" /> JANUS DELETE portname <section end="syntax" />
Where 'portname' is the name of the port definition to delete. Once a port definition is deleted it must be redefined, using JANUS DEFINE, before it can be started again.
JANUS DELETE SIMPS*
In the above example all definitions for port names beginning with "SIMPS" are deleted from the Online.
See: Janus command list