Fa
SCPI Commands :
[SOURce<HW>]:BB:EUTRa:TCW:FA:FRALlocation
[SOURce<HW>]:BB:EUTRa:TCW:FA:RBALlocation
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_fr_allocation() EutraTcwfReqAlloc[source]
# [SOURce<HW>]:BB:EUTRa:TCW:FA:FRALlocation value: enums.EutraTcwfReqAlloc = driver.source.bb.eutra.tcw.fa.get_fr_allocation()
Determines the frequency position of the wanted and interfering signal.
- get_rb_allocation() EutraTcwfReqAlloc[source]
# [SOURce<HW>]:BB:EUTRa:TCW:FA:RBALlocation value: enums.EutraTcwfReqAlloc = driver.source.bb.eutra.tcw.fa.get_rb_allocation()
Determines the frequency position of the wanted and interfering signal.
- Returns:
res_block_alloc: HIGHer | LOWer
- set_fr_allocation(frequency_alloc: EutraTcwfReqAlloc) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:FA:FRALlocation driver.source.bb.eutra.tcw.fa.set_fr_allocation(frequency_alloc = enums.EutraTcwfReqAlloc.HIGHer)
Determines the frequency position of the wanted and interfering signal.
- Parameters:
frequency_alloc – HIGHer | LOWer
- set_rb_allocation(res_block_alloc: EutraTcwfReqAlloc) None[source]
# [SOURce<HW>]:BB:EUTRa:TCW:FA:RBALlocation driver.source.bb.eutra.tcw.fa.set_rb_allocation(res_block_alloc = enums.EutraTcwfReqAlloc.HIGHer)
Determines the frequency position of the wanted and interfering signal.
- Parameters:
res_block_alloc – HIGHer | LOWer