Chapter 2 Setup commands
Querying the constraints of a setup
12 SmartClass E1 Tester Remote Control Reference Guide
Command
rc s_mget_all setup1_name setup2_name …
Response
2:SCE:cmsend:ack::s_mget_all setup1_name, applicability,
changeability, restart_required, value, setup2_name,
applicability, changeability, restart_required, value
value is the current value of this setup.
applicability is a Boolean value and will be 0 or 1.
changeability is a Boolean value and will be 0 or 1.
restart_required is a Boolean value and will be 0 or 1.
Querying the constraints of a setup
Allowable values
This command queries the setups allowable values. This typically only applies
to enumerated setup types. The response is a list of all the values the setup
can take. Not all of these values are valid - this depends upon other setups
within the system.
Command
rc s_get_allowable setup_name
Response
2:SCE:cmsend:ack::s_get_allowable value
Valid values
This command queries the setups valid values. This typically only applies to
enumerated setup types. The response is a list of all the values the setup can
take at the present time.
Command
rc s_get_valid setup_name
Response
2:SCE:cmsend:ack::s_get_valid value
Max/Min values
This command queries the setups maximum and minimum range. This typi-
cally only applies to numeric setup types.
Command
rc s_get_min_max setup_name
Response
2:SCE:cmsend:ack::s_get_min_max min_value,
max_value[,granularity]