Limesdr and Tetrapol decode

Hello

I’m trying to use limesdr mini with software tetrapol-kit

I would like to know how to pass the -A antenna setting available in osmofft in my program
I have installed gr-limesdr

So my osmocom-fft is

osmocom_fft -a limesdr -A LNAW

This is working fine . Without -A LNAW , i Can’t receive my signal

here is help of my tetrapol-kit

./demod_tcr/demod.py -h

Usage: demod.py [options]

Options:
-h, --help show this help message and exit
-a ARGS, --args=ARGS gr-osmosdr device arguments
-s SAMPLE_RATE, --sample-rate=SAMPLE_RATE
receiver sample rate (default 2500000)
-f FREQUENCY, --frequency=FREQUENCY
receiver center frequency (default none)
-g GAIN, --gain=GAIN set receiver gain
-B CHANNEL_BANDWIDTH, --channel_bandwidth=CHANNEL_BANDWIDTH
set channel bandwidth (12500 or 10000)
-c CHANNELS, --channels=CHANNELS
channel numbers
-p PPM, --ppm=PPM Frequency correction
-t TRANSITION_WIDTH, --transition-width=TRANSITION_WIDTH
low pass transition width (default 0.2)
-G AFC_GAIN, --afc-gain=AFC_GAIN
afc gain (default 0.2)
-P AFC_PERIOD, --afc-period=AFC_PERIOD
afc period (default 2)
-T AFC_PPM_THRESHOLD, --afc-ppm-threshold=AFC_PPM_THRESHOLD
afc threshold (default 100)
-o OUTPUT_FILE, --output-file=OUTPUT_FILE
specify the bit output file
-O OUTPUT_PIPE, --output-pipe=OUTPUT_PIPE
specify shell pipe to send output
-l CHANNELS_BY_FREQ, --channels-by-freq=CHANNELS_BY_FREQ
Receive on specified frequencies

how to pass -A antenna in osmocomsdr ?

I found

demod -a limesdr,LNAW

Great