mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 02:40:08 +00:00
Change new get_val;ue_by_ref name to var_get
Changed the name. refs #125
This commit is contained in:
parent
952b899093
commit
c6e2a4acb5
@ -105,7 +105,7 @@ if hasattr(top.cvar, 'trick_data_record'):
|
||||
# The return statement is an anonymous dictionary lookup that returns
|
||||
# the value based on the type in val. The 6 argument is a default
|
||||
# type to use
|
||||
def get_value_by_ref_name(name):
|
||||
def var_get(name):
|
||||
ref = trick.ref_attributes(name)
|
||||
ref.thisown = True
|
||||
val = trick.V_DATA()
|
||||
|
Loading…
Reference in New Issue
Block a user