Hexagonal

SCPI Commands :

ANTenna:MODel:CARRay:HEXagonal:DISTance
ANTenna:MODel:CARRay:HEXagonal:N
class HexagonalCls[source]

Hexagonal commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_distance() float[source]
# SCPI: ANTenna:MODel:CARRay:HEXagonal:DISTance
value: float = driver.antenna.model.carray.hexagonal.get_distance()

Sets the spacing between the elements of the array antenna.

return:

distance: No help available

get_n() float[source]
# SCPI: ANTenna:MODel:CARRay:HEXagonal:N
value: float = driver.antenna.model.carray.hexagonal.get_n()

Sets the number of elements of the antenna array.

return:

n: No help available

set_distance(distance: float) None[source]
# SCPI: ANTenna:MODel:CARRay:HEXagonal:DISTance
driver.antenna.model.carray.hexagonal.set_distance(distance = 1.0)

Sets the spacing between the elements of the array antenna.

param distance:

float Range: 0.0001 to 1

set_n(n: float) None[source]
# SCPI: ANTenna:MODel:CARRay:HEXagonal:N
driver.antenna.model.carray.hexagonal.set_n(n = 1.0)

Sets the number of elements of the antenna array.

param n:

float Range: 2 to 1000 (planar phased array; linear phase array) , 100 (rectangular phase array) , 50 (hexagonal phase array)