Fa

SCPI Command :

[SOURce<HW>]:BB:NR5G:TCW:FA:FRALlocation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_fr_allocation() LowHigh[source]
# [SOURce<HW>]:BB:NR5G:TCW:FA:FRALlocation
value: enums.LowHigh = driver.source.bb.nr5G.tcw.fa.get_fr_allocation()

Sets the frequency allocation to FR1 or FR2.

Returns:

freq_alloc: LOW | HIGH

set_fr_allocation(freq_alloc: LowHigh) None[source]
# [SOURce<HW>]:BB:NR5G:TCW:FA:FRALlocation
driver.source.bb.nr5G.tcw.fa.set_fr_allocation(freq_alloc = enums.LowHigh.HIGH)

Sets the frequency allocation to FR1 or FR2.

Parameters:

freq_alloc – LOW | HIGH