Raster

SCPI Commands :

SCAN:RASTer:BARS
SCAN:RASTer:BARTranstime
SCAN:RASTer:BARWidth
SCAN:RASTer:DIRection
SCAN:RASTer:FLYBack
SCAN:RASTer:PALMer
SCAN:RASTer:PRATe
SCAN:RASTer:PSQuint
SCAN:RASTer:RATE
SCAN:RASTer:RETRace
SCAN:RASTer:REWind
SCAN:RASTer:UNIDirection
SCAN:RASTer:WIDTh
class RasterCls[source]

Raster commands group definition. 13 total commands, 0 Subgroups, 13 group commands

get_bar_trans_time() float[source]
# SCPI: SCAN:RASTer:BARTranstime
value: float = driver.scan.raster.get_bar_trans_time()

Transition time between two bars in bidirectional scan mode.

return:

bar_trans_time: float Range: 0 to 1, Unit: seconds

get_bar_width() float[source]
# SCPI: SCAN:RASTer:BARWidth
value: float = driver.scan.raster.get_bar_width()

Sets the distance between two consecutive scanned bars (sectors) .

return:

bar_width: float Range: 0.1 to 9, Unit: m

get_bars() float[source]
# SCPI: SCAN:RASTer:BARS
value: float = driver.scan.raster.get_bars()

Sets the number of scanned bars (sectors) .

return:

bars: float Range: 1 to 30

get_direction() RasterDirection[source]
# SCPI: SCAN:RASTer:DIRection
value: enums.RasterDirection = driver.scan.raster.get_direction()

Sets the scanning direction.

return:

direction: HORizontal| VERTical

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

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

return:

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

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

Enables superimposing a conical scan on the current scan.

return:

palmer: ON| OFF| 1| 0

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

Sets the scan rate.

return:

prate: float Range: 0.1 to 1000

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

Sets the squint angle.

return:

psquint: float Range: 0.05 to 45

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

Sets the turning speed.

return:

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

get_retrace() float[source]
# SCPI: SCAN:RASTer:RETRace
value: float = driver.scan.raster.get_retrace()

Sets the speed for the antenna to return to the initial orientation.

return:

retrace: float Range: 0 to 1

get_rewind() bool[source]
# SCPI: SCAN:RASTer:REWind
value: bool = driver.scan.raster.get_rewind()

If enabled, the antenna scans forwards and backwards.

return:

rewind: ON| OFF| 1| 0

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

Enables a unidirectional scan mode.

return:

uni_direction: ON| OFF| 1| 0

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

Sets the width of the sector to be scanned.

return:

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

set_bar_trans_time(bar_trans_time: float) None[source]
# SCPI: SCAN:RASTer:BARTranstime
driver.scan.raster.set_bar_trans_time(bar_trans_time = 1.0)

Transition time between two bars in bidirectional scan mode.

param bar_trans_time:

float Range: 0 to 1, Unit: seconds

set_bar_width(bar_width: float) None[source]
# SCPI: SCAN:RASTer:BARWidth
driver.scan.raster.set_bar_width(bar_width = 1.0)

Sets the distance between two consecutive scanned bars (sectors) .

param bar_width:

float Range: 0.1 to 9, Unit: m

set_bars(bars: float) None[source]
# SCPI: SCAN:RASTer:BARS
driver.scan.raster.set_bars(bars = 1.0)

Sets the number of scanned bars (sectors) .

param bars:

float Range: 1 to 30

set_direction(direction: RasterDirection) None[source]
# SCPI: SCAN:RASTer:DIRection
driver.scan.raster.set_direction(direction = enums.RasterDirection.HORizontal)

Sets the scanning direction.

param direction:

HORizontal| VERTical

set_flyback(flyback: float) None[source]
# SCPI: SCAN:RASTer:FLYBack
driver.scan.raster.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_palmer(palmer: bool) None[source]
# SCPI: SCAN:RASTer:PALMer
driver.scan.raster.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:RASTer:PRATe
driver.scan.raster.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:RASTer:PSQuint
driver.scan.raster.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:RASTer:RATE
driver.scan.raster.set_rate(rate = 1.0)

Sets the turning speed.

param rate:

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

set_retrace(retrace: float) None[source]
# SCPI: SCAN:RASTer:RETRace
driver.scan.raster.set_retrace(retrace = 1.0)

Sets the speed for the antenna to return to the initial orientation.

param retrace:

float Range: 0 to 1

set_rewind(rewind: bool) None[source]
# SCPI: SCAN:RASTer:REWind
driver.scan.raster.set_rewind(rewind = False)

If enabled, the antenna scans forwards and backwards.

param rewind:

ON| OFF| 1| 0

set_uni_direction(uni_direction: bool) None[source]
# SCPI: SCAN:RASTer:UNIDirection
driver.scan.raster.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:RASTer:WIDTh
driver.scan.raster.set_width(width = 1.0)

Sets the width of the sector to be scanned.

param width:

float Range: 0.1 to 360, Unit: degree