Pconfig

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfig:PCONfig:ANTNumber
class PconfigCls[source]

Pconfig commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_ant_number() int[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfig:PCONfig:ANTNumber
value: int = driver.source.bb.btooth.econfig.pconfig.get_ant_number()

Specifies the number of antenas for angle of departure (AoD) direction finding method. You select up to four antennas, that are used for direction finding.

return

antenna_num: integer Range: 1 to 4

set_ant_number(antenna_num: int) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:ECONfig:PCONfig:ANTNumber
driver.source.bb.btooth.econfig.pconfig.set_ant_number(antenna_num = 1)

Specifies the number of antenas for angle of departure (AoD) direction finding method. You select up to four antennas, that are used for direction finding.

param antenna_num

integer Range: 1 to 4

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.btooth.econfig.pconfig.clone()

Subgroups