Routing

SCPI Commands

CONFigure:DATA:CONTrol:IPVSix:MANual:ROUTing:DELete
class Routing[source]

Routing commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

delete(prefix: int)None[source]
# SCPI: CONFigure:DATA:CONTrol:IPVSix:MANual:ROUTing:DELete
driver.configure.data.control.ipvSix.manual.routing.delete(prefix = 1)

Deletes an entry from the pool of manual routes for IPv6.

param prefix

Entry to be deleted, either identified via its index number or its prefix string Range: 0 to total number of entries - 1 | ‘prefix’

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.data.control.ipvSix.manual.routing.clone()

Subgroups