@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
57 lines (56 loc) • 44.7 kB
HTML
<html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SignalLoggerSettings | Kvaser CanKing GUI Extensions SDK - v7.2.1</title><link rel="icon" href="../assets/favicon.png" type="image/png"/><meta name="description" content="Documentation for Kvaser CanKing GUI Extensions SDK"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Kvaser CanKing GUI Extensions SDK - v7.2.1</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Kvaser CanKing GUI Extensions SDK</a></li><li><a href="../modules/models.html">models</a></li><li><a href="models.SignalLoggerSettings.html">SignalLoggerSettings</a></li></ul><h1>Interface SignalLoggerSettings</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A message for defining a signal logger's settings.</p>
</div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">SignalLoggerSettings</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#autorestartafterstop">autoRestartAfterStop</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#colseparator">colSeparator</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.Separator.html" class="tsd-signature-type tsd-kind-enum">Separator</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#databytesconverterlimit">dataBytesConverterLimit</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#decimalseparator">decimalSeparator</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.DecimalChar.html" class="tsd-signature-type tsd-kind-enum">DecimalChar</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#fileconflictaction">fileConflictAction</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.FileConflictAction.html" class="tsd-signature-type tsd-kind-enum">FileConflictAction</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#fileformat">fileFormat</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.LogFileFormat.html" class="tsd-signature-type tsd-kind-enum">LogFileFormat</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#filename">fileName</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#numberofdatadecimals">numberOfDataDecimals</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#numberoftimedecimals">numberOfTimeDecimals</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#signalfilter">signalFilter</a><span class="tsd-signature-symbol">:</span> <a href="models.SignalFilterSettings.html" class="tsd-signature-type tsd-kind-interface">SignalFilterSettings</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#sizelimit">sizeLimit</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#starttriggersettings">startTriggerSettings</a><span class="tsd-signature-symbol">:</span> <a href="models.TriggerSettings.html" class="tsd-signature-type tsd-kind-interface">TriggerSettings</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#starttriggersoperator">startTriggersOperator</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.TriggerOperator.html" class="tsd-signature-type tsd-kind-enum">TriggerOperator</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#stoptriggersettings">stopTriggerSettings</a><span class="tsd-signature-symbol">:</span> <a href="models.TriggerSettings.html" class="tsd-signature-type tsd-kind-interface">TriggerSettings</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#stoptriggersoperator">stopTriggersOperator</a><span class="tsd-signature-symbol">:</span> <a href="../enums/models.TriggerOperator.html" class="tsd-signature-type tsd-kind-enum">TriggerOperator</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#timelimit">timeLimit</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#timereference">timeReference</a><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.TimeReference.html" class="tsd-signature-type tsd-kind-enum">TimeReference</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#usecalendartime">useCalendarTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#useenumvalues">useEnumValues</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#useutctime">useUtcTime</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#writecounter">writeCounter</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#writedatainhex">writeDataInHex</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#writefileheader">writeFileHeader</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#writefullyqualifiednames">writeFullyQualifiedNames</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#writeidinhex">writeIdInHex</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#writeonlysignals">writeOnlySignals</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="models.SignalLoggerSettings.html#writeunitsonownrow">writeUnitsOnOwnRow</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="models.SignalLoggerSettings.html#autorestartafterstop" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Restart<wbr/>After<wbr/>Stop</span></a>
<a href="models.SignalLoggerSettings.html#colseparator" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>col<wbr/>Separator?</span></a>
<a href="models.SignalLoggerSettings.html#databytesconverterlimit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Bytes<wbr/>Converter<wbr/>Limit?</span></a>
<a href="models.SignalLoggerSettings.html#decimalseparator" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>decimal<wbr/>Separator?</span></a>
<a href="models.SignalLoggerSettings.html#fileconflictaction" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Conflict<wbr/>Action</span></a>
<a href="models.SignalLoggerSettings.html#fileformat" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Format</span></a>
<a href="models.SignalLoggerSettings.html#filename" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Name</span></a>
<a href="models.SignalLoggerSettings.html#numberofdatadecimals" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>number<wbr/>Of<wbr/>Data<wbr/>Decimals?</span></a>
<a href="models.SignalLoggerSettings.html#numberoftimedecimals" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>number<wbr/>Of<wbr/>Time<wbr/>Decimals?</span></a>
<a href="models.SignalLoggerSettings.html#signalfilter" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>signal<wbr/>Filter</span></a>
<a href="models.SignalLoggerSettings.html#sizelimit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>size<wbr/>Limit?</span></a>
<a href="models.SignalLoggerSettings.html#starttriggersettings" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>start<wbr/>Trigger<wbr/>Settings</span></a>
<a href="models.SignalLoggerSettings.html#starttriggersoperator" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>start<wbr/>Triggers<wbr/>Operator</span></a>
<a href="models.SignalLoggerSettings.html#stoptriggersettings" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stop<wbr/>Trigger<wbr/>Settings</span></a>
<a href="models.SignalLoggerSettings.html#stoptriggersoperator" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stop<wbr/>Triggers<wbr/>Operator</span></a>
<a href="models.SignalLoggerSettings.html#timelimit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time<wbr/>Limit?</span></a>
<a href="models.SignalLoggerSettings.html#timereference" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time<wbr/>Reference?</span></a>
<a href="models.SignalLoggerSettings.html#usecalendartime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>use<wbr/>Calendar<wbr/>Time?</span></a>
<a href="models.SignalLoggerSettings.html#useenumvalues" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>use<wbr/>Enum<wbr/>Values?</span></a>
<a href="models.SignalLoggerSettings.html#useutctime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>use<wbr/>Utc<wbr/>Time?</span></a>
<a href="models.SignalLoggerSettings.html#writecounter" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Counter?</span></a>
<a href="models.SignalLoggerSettings.html#writedatainhex" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Data<wbr/>In<wbr/>Hex?</span></a>
<a href="models.SignalLoggerSettings.html#writefileheader" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>File<wbr/>Header?</span></a>
<a href="models.SignalLoggerSettings.html#writefullyqualifiednames" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Fully<wbr/>Qualified<wbr/>Names?</span></a>
<a href="models.SignalLoggerSettings.html#writeidinhex" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Id<wbr/>In<wbr/>Hex?</span></a>
<a href="models.SignalLoggerSettings.html#writeonlysignals" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Only<wbr/>Signals?</span></a>
<a href="models.SignalLoggerSettings.html#writeunitsonownrow" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Units<wbr/>On<wbr/>Own<wbr/>Row?</span></a>
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="autorestartafterstop" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>auto<wbr/>Restart<wbr/>After<wbr/>Stop</span><a href="#autorestartafterstop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">autoRestartAfterStop</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>A flag indicating if the logger should auto-restart after stop. Default value is false</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="colseparator" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>col<wbr/>Separator</span><a href="#colseparator" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">colSeparator</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.Separator.html" class="tsd-signature-type tsd-kind-enum">Separator</a></div><div class="tsd-comment tsd-typography"><p>The column separator to be used. Default value is a comma (,)</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="databytesconverterlimit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>data<wbr/>Bytes<wbr/>Converter<wbr/>Limit</span><a href="#databytesconverterlimit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">dataBytesConverterLimit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of data bytes a converter will max write to the log file (1-64). Default value is 64</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="decimalseparator" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>decimal<wbr/>Separator</span><a href="#decimalseparator" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">decimalSeparator</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.DecimalChar.html" class="tsd-signature-type tsd-kind-enum">DecimalChar</a></div><div class="tsd-comment tsd-typography"><p>The decimal separator to be used. Default value is a dot (.)</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="fileconflictaction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>file<wbr/>Conflict<wbr/>Action</span><a href="#fileconflictaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">fileConflictAction</span><span class="tsd-signature-symbol">:</span> <a href="../enums/models.FileConflictAction.html" class="tsd-signature-type tsd-kind-enum">FileConflictAction</a></div><div class="tsd-comment tsd-typography"><p>Name conflict action</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="fileformat" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>file<wbr/>Format</span><a href="#fileformat" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">fileFormat</span><span class="tsd-signature-symbol">:</span> <a href="../enums/models.LogFileFormat.html" class="tsd-signature-type tsd-kind-enum">LogFileFormat</a></div><div class="tsd-comment tsd-typography"><p>The file format to be used</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="filename" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>file<wbr/>Name</span><a href="#filename" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">fileName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Name of the file to log signals to</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="numberofdatadecimals" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>number<wbr/>Of<wbr/>Data<wbr/>Decimals</span><a href="#numberofdatadecimals" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">numberOfDataDecimals</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of data decimals (0-9). Default value is 4</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="numberoftimedecimals" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>number<wbr/>Of<wbr/>Time<wbr/>Decimals</span><a href="#numberoftimedecimals" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">numberOfTimeDecimals</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of time decimals (0-9). Default value is 9</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="signalfilter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>signal<wbr/>Filter</span><a href="#signalfilter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">signalFilter</span><span class="tsd-signature-symbol">:</span> <a href="models.SignalFilterSettings.html" class="tsd-signature-type tsd-kind-interface">SignalFilterSettings</a></div><div class="tsd-comment tsd-typography"><p>Any filter</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="sizelimit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>size<wbr/>Limit</span><a href="#sizelimit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">sizeLimit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Max file size in megabytes before writing to a new file</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="starttriggersettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>start<wbr/>Trigger<wbr/>Settings</span><a href="#starttriggersettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">startTriggerSettings</span><span class="tsd-signature-symbol">:</span> <a href="models.TriggerSettings.html" class="tsd-signature-type tsd-kind-interface">TriggerSettings</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Any start triggers</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="starttriggersoperator" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>start<wbr/>Triggers<wbr/>Operator</span><a href="#starttriggersoperator" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">startTriggersOperator</span><span class="tsd-signature-symbol">:</span> <a href="../enums/models.TriggerOperator.html" class="tsd-signature-type tsd-kind-enum">TriggerOperator</a></div><div class="tsd-comment tsd-typography"><p>The trigger operator to be used between start triggers</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="stoptriggersettings" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>stop<wbr/>Trigger<wbr/>Settings</span><a href="#stoptriggersettings" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">stopTriggerSettings</span><span class="tsd-signature-symbol">:</span> <a href="models.TriggerSettings.html" class="tsd-signature-type tsd-kind-interface">TriggerSettings</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>Any stop triggers</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="stoptriggersoperator" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>stop<wbr/>Triggers<wbr/>Operator</span><a href="#stoptriggersoperator" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">stopTriggersOperator</span><span class="tsd-signature-symbol">:</span> <a href="../enums/models.TriggerOperator.html" class="tsd-signature-type tsd-kind-enum">TriggerOperator</a></div><div class="tsd-comment tsd-typography"><p>The trigger operator to be used between stop triggers</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="timelimit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>time<wbr/>Limit</span><a href="#timelimit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">timeLimit</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Max number of seconds between first and last event before writing to a new file</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="timereference" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>time<wbr/>Reference</span><a href="#timereference" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">timeReference</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/models.TimeReference.html" class="tsd-signature-type tsd-kind-enum">TimeReference</a></div><div class="tsd-comment tsd-typography"><p>Use the specified time reference. Default value is FIRST_TRIGGER</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="usecalendartime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>use<wbr/>Calendar<wbr/>Time</span><a href="#usecalendartime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">useCalendarTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write timestamps in calendar time instead of seconds. Default value is false</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="useenumvalues" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>use<wbr/>Enum<wbr/>Values</span><a href="#useenumvalues" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">useEnumValues</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Use strings from database instead of integer values. Default value is false</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="useutctime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>use<wbr/>Utc<wbr/>Time</span><a href="#useutctime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">useUtcTime</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Use UTC instead of local time for absolute timestamps. Default value is true</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="writecounter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>write<wbr/>Counter</span><a href="#writecounter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">writeCounter</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write counter. Default value is false</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="writedatainhex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>write<wbr/>Data<wbr/>In<wbr/>Hex</span><a href="#writedatainhex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">writeDataInHex</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write data in hexadecimal format. Default value is true</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="writefileheader" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>write<wbr/>File<wbr/>Header</span><a href="#writefileheader" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">writeFileHeader</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write file header. Default value is true</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="writefullyqualifiednames" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>write<wbr/>Fully<wbr/>Qualified<wbr/>Names</span><a href="#writefullyqualifiednames" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">writeFullyQualifiedNames</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write fully qualified names. Default value is false</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="writeidinhex" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>write<wbr/>Id<wbr/>In<wbr/>Hex</span><a href="#writeidinhex" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">writeIdInHex</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write ID in hexadecimal format. Default value is true</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="writeonlysignals" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>write<wbr/>Only<wbr/>Signals</span><a href="#writeonlysignals" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">writeOnlySignals</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write only signals and not any data frames. Default value is true</p>
</div><div class="tsd-comment tsd-typography"></div></section><section class="tsd-panel tsd-member"><a id="writeunitsonownrow" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>write<wbr/>Units<wbr/>On<wbr/>Own<wbr/>Row</span><a href="#writeunitsonownrow" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">writeUnitsOnOwnRow</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><div class="tsd-comment tsd-typography"><p>Write units on a new row. Default value is false</p>
</div><div class="tsd-comment tsd-typography"></div></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#autorestartafterstop" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>auto<wbr/>Restart<wbr/>After<wbr/>Stop</span></a><a href="#colseparator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>col<wbr/>Separator</span></a><a href="#databytesconverterlimit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data<wbr/>Bytes<wbr/>Converter<wbr/>Limit</span></a><a href="#decimalseparator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>decimal<wbr/>Separator</span></a><a href="#fileconflictaction" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Conflict<wbr/>Action</span></a><a href="#fileformat" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Format</span></a><a href="#filename" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>file<wbr/>Name</span></a><a href="#numberofdatadecimals" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>number<wbr/>Of<wbr/>Data<wbr/>Decimals</span></a><a href="#numberoftimedecimals" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>number<wbr/>Of<wbr/>Time<wbr/>Decimals</span></a><a href="#signalfilter" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>signal<wbr/>Filter</span></a><a href="#sizelimit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>size<wbr/>Limit</span></a><a href="#starttriggersettings" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>start<wbr/>Trigger<wbr/>Settings</span></a><a href="#starttriggersoperator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>start<wbr/>Triggers<wbr/>Operator</span></a><a href="#stoptriggersettings" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stop<wbr/>Trigger<wbr/>Settings</span></a><a href="#stoptriggersoperator" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>stop<wbr/>Triggers<wbr/>Operator</span></a><a href="#timelimit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time<wbr/>Limit</span></a><a href="#timereference" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>time<wbr/>Reference</span></a><a href="#usecalendartime" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>use<wbr/>Calendar<wbr/>Time</span></a><a href="#useenumvalues" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>use<wbr/>Enum<wbr/>Values</span></a><a href="#useutctime" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>use<wbr/>Utc<wbr/>Time</span></a><a href="#writecounter" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Counter</span></a><a href="#writedatainhex" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Data<wbr/>In<wbr/>Hex</span></a><a href="#writefileheader" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>File<wbr/>Header</span></a><a href="#writefullyqualifiednames" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Fully<wbr/>Qualified<wbr/>Names</span></a><a href="#writeidinhex" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Id<wbr/>In<wbr/>Hex</span></a><a href="#writeonlysignals" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Only<wbr/>Signals</span></a><a href="#writeunitsonownrow" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>write<wbr/>Units<wbr/>On<wbr/>Own<wbr/>Row</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">Kvaser CanKing GUI Extensions SDK - v7.2.1</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p>Copyright KVASER AB 2025</p></footer><div class="overlay"></div></body></html>