Dear all,
I would like to update the time/date of my scope remotely via pyvisa.
I get them via 
scope.query('DATE?')

But I don't know how to change it
I tried various form of:
scope.write('DATE 2024-05-26')
But I get 
104,"Data type error; Unrecognized string data; DATE 2"

Thanks in advance