IPWorks SNMP 2020 Python Edition

Questions / Feedback?

node_module_name Property

The name of the module where the selected node is declared.

Syntax

def get_node_module_name() -> str: ...

node_module_name = property(get_node_module_name, None)

Default Value

""

Remarks

It is possible for a node to be redeclared in other modules. In this case the node_module_name contains a comma separated list of module names where the selected node is declared.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Python Edition - Version 20.0 [Build 8202]