KESET_GET
KESET_SET
# KESET.. commands are used to communicate with a KESET application
# running on TCP/IP connection
#
# ECM_name - the registered name for a kesettcp instance
#
# ECM_variable - this is a string and may be a constant, variable label,
# or computed expression - a constant must be expressed
# as a literal string with single quotes
# Note that the ECM_variable label is a string, so that
# the label should normally be enclosed with single
# quotes such as 'RUN_LOC'
# if the ECM_variable is not quoted, then gp_test will
# interpret that as the label of an ASSET string
# variable which contains the ECM_variable name
#
# value - this may be a constant, variable label, or computed
# expression
#
# ASSET_label - the label of the variable where the result will be
# placed
@KESET_SET
#ECM_name ECM_variable value
KTCP 'Some_label' 100[none]
@KESET_GET
#ECM_name ECM_variable ASSET_label
KTCP "'injector' + cyl_number" fixed_label