This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TIDEP-01012: The right value of input of ar1.SetRfInterRxGainPhFreqConfig_mult in ar1 API on mmWave studio

Part Number: TIDEP-01012

I want to control delay time among Tx and Rx antenna.
I get type error when I try to call ar1.SetRfInterRxGainPhFreqConfig_mult in ar1 API on mmWave studio.
So, would you tell me an example of these right input value?

 Background.
The length of cable among Tx and Rx antenna on my RF custom board is different.
So, I need to turn delay time among Tx and Rx antenna.

I get the overview. First I set Digital Compensation EST Control Config On mmWave studio3.0.0.14.
But it happens nothing in Output. I guess it’s under construction. 

Next I check ar1 API.And I get this API.

  1. Int32 ar1.SetRfInterRxGainPhFreqConfig_mult(UInt16 RadarDeviceId, Char ProfileIndex, Char RxGainCompEn, Char RxPhaseCompEn, Char RxDelayCompEn, Char RxFreqCompEn, Char TxFreqCompEn, Double Rx0DigitalGain, Double Rx1DigitalGain, Double Rx2DigitalGain, Double Rx3DigitalGain, Double Rx0DigitalPhaseShift, Double Rx1DigitalPhaseShift, Double Rx2DigitalPhaseShift, Double Rx3DigitalPhaseShift, Double Rx0DigitalDelay, Double Rx1DigitalDelay, Double Rx2DigitalDelay, Double Rx3DigitalDelay, Double Rx0DigitalFreqShift, Double Rx1DigitalFreqShift, Double Rx2DigitalFreqShift, Double Rx3DigitalFreqShift, Double TX0DigitalFreqShift, Double TX1DigitalFreqShift)                                                                                                                                                                                                                        -  SetRfInterRxGainPhFreqConfig API which used to induce diffwrent gain or phase or frequency offsets on the different RXs, for inter

 
I try to call this API via Lua script. But I get the type error.
I guess the cause of this error is the input of this API.

Example

Char ProfileIndex,

Char RxGainCompEn, Char RxPhaseCompEn, Char RxDelayCompEn, Char RxFreqCompEn, Char TxFreqCompEn,

 

Char is riddle in this case. Ordinary it's int.
Please tell me these right setting in the case of enable or disenable and profileIndex,