Skip to content

Latest commit

 

History

History

CSharp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Getting Started with C# Sample Code

Prerequisites

  • Python 3
    1. Install Python 3.6 or 3.8 or 3.10 which mapping with TLKCore_release, and follow reference user guide of Getting Started with Python Sample Code to make sure your Python environment first.
    2. Extract zip file under the TLKCore_release then copy the whole lib/ & logging.conf to TLKCoreExample/ copy
  • Visual Studio - Example runs on Visual Studio 2019 with .NET Framework 4.7.2
    1. Install pythonnet

    2. Setup Python version/path in ExampleMain.cs, and '.' is your output folder, and you can assign external path for external TLKCore libraries to replace lib (optional). Python_Path

C# sample build steps

  1. Launch TLKCoreExample\TLKCoreExample.sln
  2. Build project

C# sample execution steps

  1. [BBoxOne/Lite] Copy your calibration & antenna tables into files/ under the built folder likes bin/Debug/
    • BBox calibration tables -> {SN}_{Freq}GHz.csv
    • BBox antenna table -> AAKIT_{AAKitName}.csv
  2. Launch TLKCoreExample.exe