Sector

SCPI Commands :

SCAN:SECTor:FLYBack
SCAN:SECTor:NELevation
SCAN:SECTor:NODDing
SCAN:SECTor:NRATe
SCAN:SECTor:PALMer
SCAN:SECTor:PRATe
SCAN:SECTor:PSQuint
SCAN:SECTor:RATE
SCAN:SECTor:UNIDirection
SCAN:SECTor:WIDTh
class SectorCls[source]

Sector commands group definition. 10 total commands, 0 Subgroups, 10 group commands

get_flyback() float[source]
# SCPI: SCAN:SECTor:FLYBack
value: float = driver.scan.sector.get_flyback()

Sets the Flyback time for the antenna working in unidirectional mode.

return:

flyback: float Range: 0 to 1, Unit: s

get_nelevation() float[source]
# SCPI: SCAN:SECTor:NELevation
value: float = driver.scan.sector.get_nelevation()

Sets the elevation angle.

return:

nelevation: float Range: 0.01 to 90

get_nodding() bool[source]
# SCPI: SCAN:SECTor:NODDing
value: bool = driver.scan.sector.get_nodding()

Enables superimposing a horizontal nodding on the scan.

return:

nodding: ON| OFF| 1| 0

get_nrate() float[source]
# SCPI: SCAN:SECTor:NRATe
value: float = driver.scan.sector.get_nrate()

Sets the elevation rate.

return:

nrate: float Range: 0.01 to 2000

get_palmer() bool[source]
# SCPI: SCAN:SECTor:PALMer
value: bool = driver.scan.sector.get_palmer()

Enables superimposing a conical scan on the current scan.

return:

palmer: ON| OFF| 1| 0

get_prate() float[source]
# SCPI: SCAN:SECTor:PRATe
value: float = driver.scan.sector.get_prate()

Sets the scan rate.

return:

prate: float Range: 0.1 to 1000

get_psquint() float[source]
# SCPI: SCAN:SECTor:PSQuint
value: float = driver.scan.sector.get_psquint()

Sets the squint angle.

return:

psquint: float Range: 0.05 to 45

get_rate() float[source]
# SCPI: SCAN:SECTor:RATE
value: float = driver.scan.sector.get_rate()

Sets the turning speed.

return:

rate: float Range: 0.01 to 100000, Unit: degree/s

get_uni_direction() bool[source]
# SCPI: SCAN:SECTor:UNIDirection
value: bool = driver.scan.sector.get_uni_direction()

Enables a unidirectional scan mode.

return:

uni_direction: ON| OFF| 1| 0

get_width() float[source]
# SCPI: SCAN:SECTor:WIDTh
value: float = driver.scan.sector.get_width()

Sets the width of the sector to be scanned.

return:

width: float Range: 0.1 to 360, Unit: degree

set_flyback(flyback: float) None[source]
# SCPI: SCAN:SECTor:FLYBack
driver.scan.sector.set_flyback(flyback = 1.0)

Sets the Flyback time for the antenna working in unidirectional mode.

param flyback:

float Range: 0 to 1, Unit: s

set_nelevation(nelevation: float) None[source]
# SCPI: SCAN:SECTor:NELevation
driver.scan.sector.set_nelevation(nelevation = 1.0)

Sets the elevation angle.

param nelevation:

float Range: 0.01 to 90

set_nodding(nodding: bool) None[source]
# SCPI: SCAN:SECTor:NODDing
driver.scan.sector.set_nodding(nodding = False)

Enables superimposing a horizontal nodding on the scan.

param nodding:

ON| OFF| 1| 0

set_nrate(nrate: float) None[source]
# SCPI: SCAN:SECTor:NRATe
driver.scan.sector.set_nrate(nrate = 1.0)

Sets the elevation rate.

param nrate:

float Range: 0.01 to 2000

set_palmer(palmer: bool) None[source]
# SCPI: SCAN:SECTor:PALMer
driver.scan.sector.set_palmer(palmer = False)

Enables superimposing a conical scan on the current scan.

param palmer:

ON| OFF| 1| 0

set_prate(prate: float) None[source]
# SCPI: SCAN:SECTor:PRATe
driver.scan.sector.set_prate(prate = 1.0)

Sets the scan rate.

param prate:

float Range: 0.1 to 1000

set_psquint(psquint: float) None[source]
# SCPI: SCAN:SECTor:PSQuint
driver.scan.sector.set_psquint(psquint = 1.0)

Sets the squint angle.

param psquint:

float Range: 0.05 to 45

set_rate(rate: float) None[source]
# SCPI: SCAN:SECTor:RATE
driver.scan.sector.set_rate(rate = 1.0)

Sets the turning speed.

param rate:

float Range: 0.01 to 100000, Unit: degree/s

set_uni_direction(uni_direction: bool) None[source]
# SCPI: SCAN:SECTor:UNIDirection
driver.scan.sector.set_uni_direction(uni_direction = False)

Enables a unidirectional scan mode.

param uni_direction:

ON| OFF| 1| 0

set_width(width: float) None[source]
# SCPI: SCAN:SECTor:WIDTh
driver.scan.sector.set_width(width = 1.0)

Sets the width of the sector to be scanned.

param width:

float Range: 0.1 to 360, Unit: degree