Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • RTIS Dev RTIS Dev
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • RTIS Software
  • RTIS DevRTIS Dev
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jul 31, 2021 by Wouter Jansen's avatar Wouter Jansen
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 904fe739
...@@ -945,7 +945,7 @@ the settings object. ...@@ -945,7 +945,7 @@ the settings object.
</p> </p>
The high level function to set the wanted settings from an [`RTISSettings`](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home#rtissettings) object. These can be created The high level function to set the wanted settings from an [`RTISSettings`](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home#rtissettings) object. These can be created
with the get_custom_settings() or get_settings() functions. with the [`get_settings()`](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home#get_settings) functions.
<table class="docutils field-list field-table" frame="void" rules="none"> <table class="docutils field-list field-table" frame="void" rules="none">
<col class="field-name" /> <col class="field-name" />
...@@ -1433,7 +1433,7 @@ It is enabled by default so has to be manually disabled if wanted. This will sav ...@@ -1433,7 +1433,7 @@ It is enabled by default so has to be manually disabled if wanted. This will sav
<th class="field-name"><b>Parameters:</b></td> <th class="field-name"><b>Parameters:</b></td>
<td class="field-body" width="100%"><b>mode : <i>bool</i></b> <td class="field-body" width="100%"><b>mode : <i>bool</i></b>
<p class="attr"> <p class="attr">
the behaviour mode chosen. <code>False</code> = disable <code>True</code> = enable the amplifier mode chosen. <code>False</code> = disable <code>True</code> = enable
</p></td> </p></td>
</tr> </tr>
<tr class="field"> <tr class="field">
...@@ -1465,7 +1465,7 @@ They are enabled by default so have to be manually disabled. ...@@ -1465,7 +1465,7 @@ They are enabled by default so have to be manually disabled.
<th class="field-name"><b>Parameters:</b></td> <th class="field-name"><b>Parameters:</b></td>
<td class="field-body" width="100%"><b>mode : <i>bool</i></b> <td class="field-body" width="100%"><b>mode : <i>bool</i></b>
<p class="attr"> <p class="attr">
the behaviour mode chosen. <code>False</code> = disable <code>True</code> = enable the external trigger mode chosen. <code>False</code> = disable <code>True</code> = enable
</p></td> </p></td>
</tr> </tr>
<tr class="field"> <tr class="field">
......
Clone repository
  • General Example
  • Classes
    • RTISMeasurement
    • RTISSettings
    • MeasureExternalTriggerQueueThread
    • MeasureExternalTriggerCallbackThread
  • Methods
    • open_connection
    • close_connection
    • set_recording_settings
    • set_processing_settings
    • get_current_settings
    • clear_current_settings
    • get_settings
    • set_settings_from_class
    • get_premade_processing_settings_list
    • get_premade_recording_settings_list
    • prepare_processing
    • unload_processing
    • get_raw_measurement
    • get_signal_measurement
    • get_processed_measurement
    • process_measurement
    • set_counter
    • set_behaviour
    • get_firmware_version
    • create_measure_external_trigger_queue
    • create_measure_external_trigger_callback
    • toggle_amplifier
    • toggle_external_triggers
    • reset_device
    • set_log_mode
    • set_custom_logger