Update

SCPI Command :

SYSTem:FIRMware:UPDate
class UpdateCls[source]

Update commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() str[source]
# SCPI: 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.

return

directory: No help available

set(directory: str) None[source]
# SCPI: 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.

param directory

No help available