Element

SCPI Command :

ANTenna:MODel:CARRay:ELEMent:COSine
class ElementCls[source]

Element commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_cosine() bool[source]
# SCPI: ANTenna:MODel:CARRay:ELEMent:COSine
value: bool = driver.antenna.model.carray.element.get_cosine()

Sets the characteristic of individual antenna elements.

return:

cosine: ON| OFF| 1| 0 0|OFF Omnidirectional characteristic 1|ON Cosine characteristic

set_cosine(cosine: bool) None[source]
# SCPI: ANTenna:MODel:CARRay:ELEMent:COSine
driver.antenna.model.carray.element.set_cosine(cosine = False)

Sets the characteristic of individual antenna elements.

param cosine:

ON| OFF| 1| 0 0|OFF Omnidirectional characteristic 1|ON Cosine characteristic