Tool/software:
Will this script support for dynamic NCOs switching in LATTE V2p6?
We are getting the following warnings in LATTE:
Max value allowed for numRxNCOB0/1 is 2. So forcing this value to 2. If 2 NCOs are needed, this parameter can be set to 2 and call function updateRxNcoMultiNcoMode after bringup.
Max value allowed for numRxNCOB0/1 is 2. So forcing this value to 2. If 2 NCOs are needed, this parameter can be set to 2 and call function updateRxNcoMultiNcoMode after bringup.
Max value allowed for numRxNCOB0/1 is 2. So forcing this value to 2. If 2 NCOs are needed, this parameter can be set to 2 and call function updateRxNcoMultiNcoMode after bringup.
Max value allowed for numRxNCOB0/1 is 2. So forcing this value to 2. If 2 NCOs are needed, this parameter can be set to 2 and call function updateRxNcoMultiNcoMode after bringup.
Scripts:
############## Digital Chain ##############
sysParams.ncoFreqMode = "FCW"
sysParams.numRxNCO = 3
sysParams.broadcastRxNcoSel = 0
sysParams.numFbNCO = 2
sysParams.ncoRxMode = [5,5]
sysParams.ncofbMode = [2,2]
##### RX #####
sysParams.ddcFactorRx = [8,8,8,8] #DDC decimation factor for RX A, B, C and D
sysParams.rxNco0 = [[614.4,614.4], #Band0, Band1 for RXA
[614.4,614.4], #Band0, Band1 for RXB
[614.4,614.4], #Band0, Band1 for RXC
[614.4,614.4]] #Band0, Band1 for RXD
sysParams.rxNco1 = [[614.4,614.4], #Band0, Band1 for RXA
[614.4,614.4], #Band0, Band1 for RXB
[614.4,614.4], #Band0, Band1 for RXC
[614.4,614.4]] #Band0, Band1 for RXD
sysParams.rxNco2 = [[614.4,614.4], #Band0, Band1 for RXA
[614.4,614.4], #Band0, Band1 for RXB
[614.4,614.4], #Band0, Band1 for RXC
[614.4,614.4]] #Band0, Band1 for RXD
sysParams.rxNco3 = [[614.4,614.4], #Band0, Band1 for RXA
[614.4,614.4], #Band0, Band1 for RXB
[614.4,614.4], #Band0, Band1 for RXC
[614.4,614.4]] #Band0, Band1 for RXD
sysParams.fbNco0 = [614.4,614.4]
sysParams.fbNco1 = [614.4,614.4]
sysParams.fbNco2 = [614.4,614.4]
sysParams.fbNco3 = [614.4,614.4]