Display

List of supported commands:

class nardascripting.base.scpi.display.ScpiDisplay(com: nardascripting.base.comm.CommBase)

SignalShark DISPlay SCPI subsystem class.

get_levelmeter_lmax()

Queries the maximum displayed level (x-axis) in the levelmeter view in actual unit

Returns

LMAX

Return type

float

get_levelmeter_lrange()

Queries the maximum displayed level range (x-axis) in the levelmeter view in actual unit

Returns

LRANge

Return type

float

get_map_center_position()

Queries the center point of the map

Returns

Latitude in degree (decimal); Longitude in degree (decimal)

Return type

float, float

get_map_list()

Queries a list of available maps

Returns

List of available maps

Return type

List of str

get_map_select()

Queries the name of the selected map

Returns

Name of the currently selected map

Return type

str

get_map_zoom_level()

Queries the zoom level of the map

Returns

zoom level

Return type

int

get_peaktable_show_transmitter()

Queries if the transmitter table is shown with peaktable

Returns

Show transmitter table

Return type

bool

get_peaktable_sort()

Queries the sort criteria for peaktable

Returns

FREQUENCY, LEVEL

Return type

Enum

get_persistence_lmax()

Queries the maximum displayed level (y-axis) in the persistence view in actual unit

Returns

LMAX

Return type

float

get_persistence_lrange()

Queries the maximum displayed level range (y-axis) in the persistence view in actual unit

Returns

LRANge

Return type

float

get_spectrum_lmax()

Queries the maximum displayed level (y-axis) in the spectrum view in actual unit

Returns

LMAX

Return type

float

get_spectrum_lrange()

Queries the maximum displayed level range (y-axis) in the spectrum view in actual unit

Returns

LRANge

Return type

float

get_unit()

Queries the actual level unit

Returns

Level unit

Return type

LevelUnits

get_unit_list()

Queries a list of possible level units

Returns

List of possible units.

Return type

list of LevelUnits

map_center()

Centers the map to the current GNSS position

set_levelmeter_lmax(value: float)

Sets the maximum displayed level (x-axis) in the levelmeter view in actual unit

Parameters

value (float) – LMAX (dBm, …)

set_levelmeter_lrange(value: float)

Sets the maximum displayed level range (x-axis) in the levelmeter view in actual unit

Parameters

value (float) – LRANge (dB)

set_map_center_position(lat: float, lon: float)

Sets center point of the map

Parameters
  • lat (float) – Latitude in degree (decimal)

  • lon (float) – Longitude in degree (decimal)

set_map_select(map_name: str)

Sets the selected map

Parameters

map_name (str) – Name of the map to be selected

set_map_zoom_level(zoom_level: int)

Sets the zoom level

Parameters

zoom_level (int) – zoom level

set_peaktable_show_transmitter(value: bool)

Shows the transmitter table with peaktable

Parameters

value (bool) – Show transmitter table

set_peaktable_sort(value: nardascripting.base.scpi.enums.PeakSort)

Sort criteria for peaktable

Parameters

value (Enum) – FREQUENCY, LEVEL

set_persistence_lmax(value: float)

Sets maximum displayed level (y-axis) in the persistence view in actual unit

Parameters

value (float) – LMAX (dBm, …)

set_persistence_lrange(value: float)

Sets the maximum displayed level range (y-axis) in the persistence view in actual unit

Parameters

value (float) – LRANge (dB)

set_spectrum_lmax(value: float)

Sets maximum displayed level (y-axis) in the spectrum view in actual unit

Parameters

value (float) – LMAX (dBm, …)

set_spectrum_lrange(value: float)

Sets the maximum displayed level range (y-axis) in the spectrum view in actual unit

Parameters

value (float) – LRANge (dB)

set_unit(value: nardascripting.base.scpi.enums.LevelUnits)

Sets the actual level unit

Parameters

value (LevelUnits) – Level unit