Ok guys, I figured out the ham radio, it's logical and yet not logical, the command is usually only indicated for use on doors.
To force a ham radio into a particular state use the SetOpenState command
RadioREF.SetOpenState 0 ; turns the radio off.RadioREF.SetOpenState 1 ; turns the radio on.
Or if the script is already attached to the radio you can leave out the name "RadioREF."
I hope this is useful to others.