:STATus:PRESet Description Sets all device settings to preset values Command Syntax Parameter :STATus:PRESet none Parameters accepted format allowed suffixes possible Errors description none none none none none Sample usage C# Python Input: var visaSession = new TcpipSocket(VISA_RESOURCENAME); visaSession.RawIO.Write(":STAT:PRES\n"); Output: none Input: response = visaSession.query(':STAT:PRES\n') Output: none