Volatile

SCPI Command :

SCENario:VOLatile:SEL
class VolatileCls[source]

Volatile commands group definition. 6 total commands, 1 Subgroups, 1 group commands

get_sel() float[source]
# SCPI: SCENario:VOLatile:SEL
value: float = driver.scenario.volatile.get_sel()

If several files are created, select the one to be visualized.

return:

sel: float Subsequent number, indicating the files in the volatile memory.

set_sel(sel: float) None[source]
# SCPI: SCENario:VOLatile:SEL
driver.scenario.volatile.set_sel(sel = 1.0)

If several files are created, select the one to be visualized.

param sel:

float Subsequent number, indicating the files in the volatile memory.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.scenario.volatile.clone()

Subgroups