Sets Secure Mode on or off. Responds with “ok” if secure mode has been successfully turned ON or OFF. If secure mode is OFF, sending “on” turns secure mode ON (blocking all users not on the whitelist from accessing any port except 8001) and adds the user to a whitelist. If secure mode is ON already and the user sends “on”, the user is simply added to the whitelist. Sending “off” triggers a master reset and unblocks ports for all users. Responds with “password_match_fail” if provided System Override password is incorrect. Responds with “command_match_fail” if “on” or “off” is not sent.
The maximum number of registered clients is 100. Responds with “exceeded_max_secure_mode_users_fail” if max number of secure mode users have already been reached prior to the command being sent.
Parameters
<system override password>,<on or off>
Syntax Example
set_secure_mode,<demopassword>,<on>
force_reboot,<system override password>
Description
Reboots the remote spectrum analyzer. Responds with “ok” if command is accepted. A response of “password_match_fail” is returned if the provided System Override password is incorrect.