Hil

SCPI Command :

[SOURce<HW>]:AREGenerator:OSETup:HIL:UPD
class HilCls[source]

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

get_upd() AregHilUpdateMode[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:HIL:UPD
value: enums.AregHilUpdateMode = driver.source.areGenerator.osetup.hil.get_upd()

Sets the update mode for the HiL interface. The timestamp is an optional part of the OSI packets.

return:

upd_mode: IMMediate| TIMestamp IMMediate Updates the simulated objects immediately on arrival of the OSI packet. If there is a timestamp in the OSI packet, the timestamp is not regarded. TIMestamp Updates the simulated objetcts when the system time reaches the timestamp of the OSI packet.

set_upd(upd_mode: AregHilUpdateMode) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OSETup:HIL:UPD
driver.source.areGenerator.osetup.hil.set_upd(upd_mode = enums.AregHilUpdateMode.IMMediate)

Sets the update mode for the HiL interface. The timestamp is an optional part of the OSI packets.

param upd_mode:

IMMediate| TIMestamp IMMediate Updates the simulated objects immediately on arrival of the OSI packet. If there is a timestamp in the OSI packet, the timestamp is not regarded. TIMestamp Updates the simulated objetcts when the system time reaches the timestamp of the OSI packet.