Biograph Server |
Biograph Server Address | Defines the address of a computer on which the Biograph server is running. Use '127.0.0.1', if the Biograph server runs on the same computer. | | String | |
Biograph Port Number | Defines the port number of the Biograph server | | Int32 | |
Sampling Rate | Defines the requested sampling rate (in Hz) of the Biograph server | | Double | |
Action Channel Info |
Update Channel Info Now | Assign 'true' at the runtime, to update the channel info by code | | Boolean | |
Channel Type | Returns an array of action channels types from the current configuration of the Biograph server. | | cxcAct.. | |
Threshold1 | Returns a double array of the thresholds 1 from the current configuration of the Biograph server. | | Double.. | |
Threshold2 | Returns a double array of the thresholds 2 from the current configuration of the Biograph server. | | Double.. | |
Scale Minimum | Returns a double array of the signal scale minimums from the current configuration of the Biograph server. | | Double.. | |
Scale Maximum | Returns a double array of the signal scale maximums from the current configuration of the Biograph server. | | Double.. | |
Signal Generator |
Signal Source | Defines a source for the signal. The emulated rhythmes can be used for offline validation of the chosen analysis settings | | enEmul.. | |
Emulated Sampling Rate | Defines the emulation sampling rate (samples per second), when data is generated or streamed from a file. | | Double | |
Primary Frequency | Defines the frequency of the primary rhythm in the generated signal, in Hz. Assign the zero to exclude the primary frequency from the generated signal. | | Double | |
Secondary Frequency | Defines the frequency of the secondary rhythm in the generated signal, in Hz. The secondary frequency magnitude is a half of the primary frequency magnitude. Assign the zero to exclude the secondary frequency from the generated signal. | | Double | |
Noise Level | Defines the noise level (in % to the norm magnitude of the primary frequency). The noise is added to the generated signal. Assign the zero the exclude the noise from the generated signal. | | Double | |
External Datafile | Opens the dialog for selecting a data file containing a stream of double numbers representing a signal. If a file name without a path is defined, the data file will be picked up in the location of the experiment file. | | String | |
Channel Configuration |
Selected Channels | Defines what signal channels are selected for acquisition within EventIDE. Selected channels are registered in the EventIDE signal pool at runtime and become available for the signal analysis elements. | | IList | |
Selected Channel Count | Indicates how many signal channels are currently selected for acquisition | | Int32 | |
Total Channel Count | Indicates how many signal channels are available for acquisition in the total | | Int32 | |
Buffer Size | Defines the size (in samples) of a circular buffer that stores incoming signal data. | | Int32 | |
Runtime Control |
Reset Signals Now | Runtime commands that resets the signal buffers and data acquisition | | Boolean | |
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
|