User Tools

Site Tools


visual3d:documentation:pipeline:signal_commands:rename_signals

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:signal_commands:rename_signals [2024/06/18 13:34] sgrangervisual3d:documentation:pipeline:signal_commands:rename_signals [2024/12/27 13:46] (current) – [Rename Signals] wikisysop
Line 1: Line 1:
 +====== Rename Signals ======
 +
 Rename a signal in the Workspace. Rename a signal in the Workspace.
  
-**Rename_Signals** +<code> 
-/FILE_NAME**=** +Rename_Signals 
-/[[Visual3D:Documentation:Pipeline:General_Information:Signal_Types|Signal_Types]]+/FILE_NAME= 
-/[[Visual3D:Documentation:Pipeline:General_Information:Signal_Names|Signal_Names]]+/Signal_Types= 
-/[[Visual3D:Documentation:Pipeline:General_Information:Signal_Folder|Signal_Folder]]=+/Signal_Names= 
 +/Signal_Folder=
 /NEW_SIGNAL_NAME= /NEW_SIGNAL_NAME=
 ! /APPEND_TO_OLD_SIGNAL_NAME=FALSE ! /APPEND_TO_OLD_SIGNAL_NAME=FALSE
-/INCLUDE_CALFILE=FALSE; +/INCLUDE_CALFILE=FALSE 
-**;** +
-===== Example: Rename a DERIVED signal in all files including CalFiles =====+</code> 
 + 
 +Renaming multiple signals
  
-**Rename_Signals**+<code> 
 +Rename_Signals 
 +/FILE_NAME=*.c3d 
 +/SIGNAL_TYPES=TARGET 
 +/SIGNAL_FOLDER=ORIGINAL 
 +/SIGNAL_NAMES=lft1+lft2 
 +/NEW_SIGNAL_NAME=lft1a+lft2a 
 +! /APPEND_TO_OLD_SIGNAL_NAME=FALSE 
 +! /INCLUDE_CALFILE=FALSE 
 +! /CALFILE_ONLY=FALSE 
 +
 +</code> 
 +==== Example: Rename a DERIVED signal in all files including CalFiles ==== 
 + 
 +<code> 
 +Rename_Signals
 /FILE_NAME=*.c3d /FILE_NAME=*.c3d
 /SIGNAL_TYPES=DERIVED /SIGNAL_TYPES=DERIVED
Line 20: Line 40:
 ! /APPEND_TO_OLD_SIGNAL_NAME=FALSE ! /APPEND_TO_OLD_SIGNAL_NAME=FALSE
 /INCLUDE_CALFILE=TRUE /INCLUDE_CALFILE=TRUE
-**;** +
-===== Example: Rename a signal in the GLOBAL workspace =====+</code> 
 + 
 +==== Example: Rename a signal in the GLOBAL workspace ====
  
 METHOD1 - Make the Global Workspace Active METHOD1 - Make the Global Workspace Active
  
-**Rename_Signals**+<code> 
 +Rename_Signals
 /FILE_NAME= /FILE_NAME=
 /SIGNAL_TYPES=P2D /SIGNAL_TYPES=P2D
Line 33: Line 56:
 /APPEND_TO_OLD_SIGNAL_NAME=FALSE /APPEND_TO_OLD_SIGNAL_NAME=FALSE
 /INCLUDE_CALFILE=FALSE /INCLUDE_CALFILE=FALSE
-**;**+; 
 +</code> 
 METHOD2 - Add a prefix to the signal name indicating that it is GLOBAL METHOD2 - Add a prefix to the signal name indicating that it is GLOBAL
  
-**Rename_Signals**+<code> 
 +Rename_Signals
 /FILE_NAME= /FILE_NAME=
 /SIGNAL_TYPES=P2D /SIGNAL_TYPES=P2D
Line 44: Line 70:
 /APPEND_TO_OLD_SIGNAL_NAME=FALSE /APPEND_TO_OLD_SIGNAL_NAME=FALSE
 /INCLUDE_CALFILE=FALSE /INCLUDE_CALFILE=FALSE
-**;**+; 
 +</code>
  
  
visual3d/documentation/pipeline/signal_commands/rename_signals.1718717649.txt.gz · Last modified: 2024/06/18 13:34 by sgranger