Get Dtc Environment Variable

Gets environment variable info of given dtc and given snapshot index

Arguments Description

dtc (int): The DTC

ev (int): The environment variable

memory_selection (int, optional): if None will check error memory else it checks memory

selection with index memory_selection, (i.e for info memory use 1). Defaults to None.

dut_name (str, optional): The connection name. Defaults to the started DUT

snapshot_number (int, optional): The index of snapshot as mentioned in the DTC details response from the DUT.

Defaults to 1.

Returns

Dict: With the DTC environment variables ELSE NONE.

Example

Get Dtc Environment Variable ${dtc} ${ev} ${1}

Note

Please note that this keyword is only valid after loading DBs when starting diag manager.