TelNamedPosition structure conversion helper between config-ng format and python dictionary.
More...
|
| def | __init__ (self, pos_string, alt_pos, az_pos) |
| | Constructor.
|
| |
| def | __repr__ (self) |
| |
|
| def | encode_to_configng (instance) |
| | Converter from value of instance to python object (map) that can be converted into config-ng node hirearchy.
|
| |
| def | decode_from_configng (CiiConfigNode node) |
| | Converter from value of top node to python object TelNamedPosition.
|
| |
TelNamedPosition structure conversion helper between config-ng format and python dictionary.
◆ __init__()
| def MonScripts.SegmentExchangeModeEstimation.TelNamedPosition.__init__ |
( |
|
self, |
|
|
|
pos_string, |
|
|
|
alt_pos, |
|
|
|
az_pos |
|
) |
| |
◆ __repr__()
| def MonScripts.SegmentExchangeModeEstimation.TelNamedPosition.__repr__ |
( |
|
self | ) |
|
◆ decode_from_configng()
| def MonScripts.SegmentExchangeModeEstimation.TelNamedPosition.decode_from_configng |
( |
CiiConfigNode |
node | ) |
|
|
static |
Converter from value of top node to python object TelNamedPosition.
◆ encode_to_configng()
| def MonScripts.SegmentExchangeModeEstimation.TelNamedPosition.encode_to_configng |
( |
|
instance | ) |
|
|
static |
Converter from value of instance to python object (map) that can be converted into config-ng node hirearchy.
- Parameters
-
| instance | instance of TelNamedPosition class to convert to map |
- Returns
- python dict representing value of the instance
◆ _alt_pos
| MonScripts.SegmentExchangeModeEstimation.TelNamedPosition._alt_pos |
|
protected |
◆ _az_pos
| MonScripts.SegmentExchangeModeEstimation.TelNamedPosition._az_pos |
|
protected |
◆ _pos_string
| MonScripts.SegmentExchangeModeEstimation.TelNamedPosition._pos_string |
|
protected |
The documentation for this class was generated from the following file: