Routing

SCPI Commands

CONFigure:DATA:CONTrol:IPVSix:ROUTing:TYPE
class Routing[source]

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

get_type_py()RsCmwDau.enums.RoutingType[source]
# SCPI: CONFigure:DATA:CONTrol:IPVSix:ROUTing:TYPE
value: enums.RoutingType = driver.configure.data.control.ipvSix.routing.get_type_py()

Selects the mechanism to be used for IPv6 route configuration. The routes are only relevant for mobile-originating packets with destination addresses that do not belong to the subnet of the DAU and that are not reachable via the default router.

return

routing_type: MANual In the current software version, the value is fixed. MANual: manually configured routes

set_type_py(routing_type: RsCmwDau.enums.RoutingType)None[source]
# SCPI: CONFigure:DATA:CONTrol:IPVSix:ROUTing:TYPE
driver.configure.data.control.ipvSix.routing.set_type_py(routing_type = enums.RoutingType.MANual)

Selects the mechanism to be used for IPv6 route configuration. The routes are only relevant for mobile-originating packets with destination addresses that do not belong to the subnet of the DAU and that are not reachable via the default router.

param routing_type

MANual In the current software version, the value is fixed. MANual: manually configured routes