Update
SCPI Command :
SYSTem:FIRMware:UPDate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# SYSTem:FIRMware:UPDate value: str = driver.system.firmware.update.get()
This command starts a firmware update using the *.msi files in the selected directory. The default path is D:/FW_UPDATE. The path is changed via the method
RsFsw.massMemory.comment.set()command. To store the update files the MMEMory:DATA command is used. Only user accounts with administrator rights can perform a firmware update.
- set(directory: str) None[source]
# SYSTem:FIRMware:UPDate driver.system.firmware.update.set(directory = 'abc')
This command starts a firmware update using the *.msi files in the selected directory. The default path is D:/FW_UPDATE. The path is changed via the method
RsFsw.massMemory.comment.set()command. To store the update files the MMEMory:DATA command is used. Only user accounts with administrator rights can perform a firmware update.