Polar

SCPI Commands :

PLOT:POLar:CUT
PLOT:POLar:TYPE
class PolarCls[source]

Polar commands group definition. 3 total commands, 1 Subgroups, 2 group commands

set_cut(cut: PolarCut) None[source]
# SCPI: PLOT:POLar:CUT
driver.plot.polar.set_cut(cut = enums.PolarCut.XY)

Sets the diagram cut.

param cut:

XY| YZ

set_type_py(type_py: PolarType) None[source]
# SCPI: PLOT:POLar:TYPE
driver.plot.polar.set_type_py(type_py = enums.PolarType.CARTesian)

Sets the coordinates of the 2D antenna pattern diagram.

param type_py:

POLar| CARTesian

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.plot.polar.clone()

Subgroups