User Tools

Site Tools


visual3d:documentation:pipeline:file_commands:import_analog_anb_signals

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
visual3d:documentation:pipeline:file_commands:import_analog_anb_signals [2024/07/17 15:45] – created sgrangervisual3d:documentation:pipeline:file_commands:import_analog_anb_signals [2026/04/23 15:19] (current) wikisysop
Line 1: Line 1:
 ====== Import Analog ANB Signals ====== ====== Import Analog ANB Signals ======
  
-Imports Analog Signals from an ANB formatted file into a C3D file.\\+The **Import Analog ANB Signals** command can be used to import analog signals from an ANB formatted file into a C3D file in Visual3D.
  
 +====Pipeline Command====
 +The command can be found in the Pipeline Workshop within the **File Open/Import** folder as so:
  
 <code> <code>
Line 12: Line 14:
 </code> </code>
  
 +====Command Parameters====
 +The following table shows the command parameters seen above and their descriptions:
 +
 +|**REPLACE_EXISTING_SIGNALS** |True or False: Replace existing signals in the workspace|
 +|**DELETE_ALL_EXISTING_SIGNALS** |True or False: Deleting existing signals in the workspace|
 +|**UPDATE_C3D_FILE** |True or False: Updated values in existing .c3d file|
 +
 +====Example: Replace values in existing C3D with those in ANB====
 +The following code replaces existing values in a C3D file and replaces them with analog values in an ANB file:
 +
 +<code>
 +Import_Analog_ANB_Signals
 +/REPLACE_EXISTING_SIGNALS=TRUE
 +! /DELETE_ALL_EXISTING_SIGNALS=FALSE
 +/UPDATE_C3D_FILE=TRUE
 +;
 +</code>
 +
 +====Notes====
 The filename must be the same; only the extension is different.\\ The filename must be the same; only the extension is different.\\
 For example:\\ For example:\\
visual3d/documentation/pipeline/file_commands/import_analog_anb_signals.1721231149.txt.gz · Last modified: by sgranger