Enable

SCPI Commands :

SCENario:CACHe:REPository:ENABle:INTerleave
SCENario:CACHe:REPository:ENABle
class EnableCls[source]

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

get_interleave() bool[source]
# SCPI: SCENario:CACHe:REPository:ENABle:INTerleave
value: bool = driver.scenario.cache.repository.enable.get_interleave()

Enables file storage in the repository when interleaving is active.

return:

interleave: ON| OFF| 1| 0

get_value() bool[source]
# SCPI: SCENario:CACHe:REPository:ENABle
value: bool = driver.scenario.cache.repository.enable.get_value()

Enables file storage in the repository.

return:

enable: ON| OFF| 1| 0

set_interleave(interleave: bool) None[source]
# SCPI: SCENario:CACHe:REPository:ENABle:INTerleave
driver.scenario.cache.repository.enable.set_interleave(interleave = False)

Enables file storage in the repository when interleaving is active.

param interleave:

ON| OFF| 1| 0

set_value(enable: bool) None[source]
# SCPI: SCENario:CACHe:REPository:ENABle
driver.scenario.cache.repository.enable.set_value(enable = False)

Enables file storage in the repository.

param enable:

ON| OFF| 1| 0