Logo
Telescience Resource Kit
TReK Python  5.4.0 ART
CommandResponse Class Reference

This class holds all the responses associated with a single command uplink. More...

Public Member Functions

def CommandResponse ( -> None ) -> def 
 Class initializer.
 
def get_error_details (error: int -> ResponseInfo ) -> def 
 Copies the details about an error. More...
 

Detailed Description

This class holds all the responses associated with a single command uplink.

Member Function Documentation

◆ get_error_details()

(error : int ) -> ResponseInfo

Copies the details about an error.

If the error value is found, the information about the error is returned.

Parameters
[in]errorThe error number to find.
Exceptions
TrekError11004 - CMD_API_DOES_NOT_EXIST