Chapter 2 Setup commands
Querying the value and attributes of a setup
SmartClass E1 Tester Remote Control Reference Guide 11
setups that are not changeable are greyed out on a user interface. Certain
setup may require a test restart if changed which is indicated by the restart
required attribute.
Command
rc s_get_attr setup_name
Response
2:SCE:cmsend:ack::s_get_attr applicability,
changeability, restart_required
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 value and attributes of a setup
This command queries the value and attributes of a setup, namely its applica-
bility, its changeability, and restart required. A setup is applicable if or when the
setup has some meaning with respect to the current setup of the instrument.
Typically setups that are not applicable are not displayed on a user interface.
Changeability means that it is valid for the user to change the setup. Typically
setups that are not changeable are greyed out on a user interface. Certain
setup may require a test restart if changed which is indicated by the restart
required attribute.
Command
rc s_get_all setup_name
Response
2:SCE:cmsend:ack::s_get_all 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 multiple setup values and attributes
This command queries multiple setups for the value and attributes for each
setup, namely its applicability, its changeability, and restart required. A setup is
applicable if or when the setup has some meaning with respect to the current
setup of the instrument. Typically setups that are not applicable are not
displayed on a user interface. Changeability means that it is valid for the user
to change the setup. Typically setups that are not changeable are greyed out
on a user interface. Certain setups may require a test restart if changed which
is indicated by the restart required attribute.