-GetDataFile <Acq Ent Name> | ||||
Returns the data file name and path for the specified acquisition entity.
Example : -GetDataFile Events Default: N/A Usage: This command should only be used from a NetCom client application after a connection to a server has been established. |
||||
Arguments | ||||
|
||||
NetCom Reply | ||||
|
-PostEvent <Event String> <TTL Value> <Event ID> <Timestamp> | ||||||||
Posts an event to __prod_name. __prod_name will log this event in the log file, and record it to the events data file if in recording mode.
Example : -PostEvent "Test Event" 256 0 Default: This command is an action, there is no default value. Usage: This command can be used at any time, but is only logged to a data file when __prod_name is recording. |
||||||||
Arguments | ||||||||
|
-RemoveNamedTTLEvent
<Device Name> <Port Number> <Bit Number>
|
||||||
Removes the custom event string for a named TTL event and resets it to the default event string. If no named TTL event was set for this TTL bit, the command will succeed, but do nothing.
Example : -RemoveNamedTTLEvent AcqSystem1_0 0 4 Default: All events will use the default event string for TTL events. Usage: This command can be used at any time. |
||||||
Arguments | ||||||
|
-SetDataFile <Acq Ent Name> <File Name> | ||||
Sets the data file for the specified acquisition entity. All data records recorded for this acquisition entity will be saved to this file.
Example : -SetDataFile Events "C:\My Events.nev" Default: __prod_name will create a file using the name of the acquisition entity in the current data directory when the acquisition entity is created (i.e.__prod_name created Events.nev in the current data directory when the Events acquisition entity was created). Usage: This command can be used at any time. |
||||
Arguments | ||||
|
-SetDiskWriteEnabled <Acq Ent Name> <Value> | ||||
Enables or disables disk writing of data records for the specified acquisition entity. This command does not affect data records over NetCom or the data visible in all plots for this acquisition entity. You may want to disable disk writing for control or stimulus signals that you want to see, but have no need for in data analysis.
Example : -SetDiskWriteEnabled Events true Default: __prod_name initially enables disk writing when an acquisition entity is created. Usage: This command can be used at any time. |
||||
Arguments | ||||
|
-SetNamedTTLEvent
<Device Name> <Port Number> <Bit Number> <Custom Event String>
|
||||||||
Sets a custom event string for a specific TTL bit going from 0 (low) to 1 (high). If a __prod_name detects a change from low to high on the bit number of the specified port on the specified Digital IO device, the default event string will be replaced with your custom event string in the event record. If named TTL events are associated with multiple bits on the same port, one event will be generated for each bit number, using the appropriate custom event string.
NOTE : Replacing the default event string means that some information about the source of the TTL value will be lost. Specifically, the name of the DigitalIO device and the port number that generated the TTL. Example : -SetNamedTTLEvent AcqSystem1_0 0 3 "custom event text" Default: All events will use the default event string for TTL events. Usage: This command can be used at any time. |
||||||||
Arguments | ||||||||
|