Cosn

SCPI Commands :

ANTenna:MODel:ARRay:COSN:X
ANTenna:MODel:ARRay:COSN:Z
ANTenna:MODel:ARRay:COSN
class CosnCls[source]

Cosn commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_value() float[source]
# SCPI: ANTenna:MODel:ARRay:COSN
value: float = driver.antenna.model.array.cosn.get_value()

Sets the value of the coefficient N in the cosN distribution.

return:

cosn: float Range: 2 to 10

get_x() float[source]
# SCPI: ANTenna:MODel:ARRay:COSN:X
value: float = driver.antenna.model.array.cosn.get_x()

Requires ANTenna:MODel:ARRay:DISTribution:TYPE 1. Sets the individual value of the coefficient N in the cosN distribution for X and Z direction.

return:

x: float Range: 2 to 10

get_z() float[source]
# SCPI: ANTenna:MODel:ARRay:COSN:Z
value: float = driver.antenna.model.array.cosn.get_z()

Requires ANTenna:MODel:ARRay:DISTribution:TYPE 1. Sets the individual value of the coefficient N in the cosN distribution for X and Z direction.

return:

z: No help available

set_value(cosn: float) None[source]
# SCPI: ANTenna:MODel:ARRay:COSN
driver.antenna.model.array.cosn.set_value(cosn = 1.0)

Sets the value of the coefficient N in the cosN distribution.

param cosn:

float Range: 2 to 10

set_x(x: float) None[source]
# SCPI: ANTenna:MODel:ARRay:COSN:X
driver.antenna.model.array.cosn.set_x(x = 1.0)

Requires ANTenna:MODel:ARRay:DISTribution:TYPE 1. Sets the individual value of the coefficient N in the cosN distribution for X and Z direction.

param x:

float Range: 2 to 10

set_z(z: float) None[source]
# SCPI: ANTenna:MODel:ARRay:COSN:Z
driver.antenna.model.array.cosn.set_z(z = 1.0)

Requires ANTenna:MODel:ARRay:DISTribution:TYPE 1. Sets the individual value of the coefficient N in the cosN distribution for X and Z direction.

param z:

float Range: 2 to 10