Maps

SCPI Commands :

SCENario:DF:MAPS:ENABle
SCENario:DF:MAPS:LOAD
class MapsCls[source]

Maps commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_enable() bool[source]
# SCPI: SCENario:DF:MAPS:ENABle
value: bool = driver.scenario.df.maps.get_enable()

Enable maps for the selected scenario. This operation cannot be undone.

return:

enable: ON| OFF| 1| 0

load(load: List[str]) None[source]
# SCPI: SCENario:DF:MAPS:LOAD
driver.scenario.df.maps.load(load = ['abc1', 'abc2', 'abc3'])
This command loads a georeferenced map for the selected scenario. Supported formats:

INTRO_CMD_HELP: Examples of special characters:

  • .tif

  • .tiff

param load:

No help available

set_enable(enable: bool) None[source]
# SCPI: SCENario:DF:MAPS:ENABle
driver.scenario.df.maps.set_enable(enable = False)

Enable maps for the selected scenario. This operation cannot be undone.

param enable:

ON| OFF| 1| 0