Pconfig

SCPI Command :

[SOURce<HW>]:BB:BTOoth:ECONfig:PCONfig:ANTNumber
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_ant_number() int[source]
# [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.

Returns:

antenna_num: integer Range: 1 to 4

Cloning the Group

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

Subgroups