Utime

SCPI Commands :

SCENario:PDW:AMMos:UTIMe:ENABle
SCENario:PDW:AMMos:UTIMe:ISO
class UtimeCls[source]

Utime commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_enable() bool[source]
# SCPI: SCENario:PDW:AMMos:UTIMe:ENABle
value: bool = driver.scenario.pdw.amMos.utime.get_enable()

Defines how the report start time is set.

return:

enable: ON| OFF| 1| 0 0 The reporting start time is time at that the scenario calculation starts. 1 The reporting starts at user-defined moment, set with the command method RsPulseSeq.Scenario.Pdw.AmMos.Utime.iso.

get_iso() str[source]
# SCPI: SCENario:PDW:AMMos:UTIMe:ISO
value: str = driver.scenario.pdw.amMos.utime.get_iso()

Sets the reporting start time, if method RsPulseSeq.Scenario.Pdw.AmMos.Utime.enable1.

return:

iso: ‘YYYY-Month-DDTHH:MM:SS’

set_enable(enable: bool) None[source]
# SCPI: SCENario:PDW:AMMos:UTIMe:ENABle
driver.scenario.pdw.amMos.utime.set_enable(enable = False)

Defines how the report start time is set.

param enable:

ON| OFF| 1| 0 0 The reporting start time is time at that the scenario calculation starts. 1 The reporting starts at user-defined moment, set with the command method RsPulseSeq.Scenario.Pdw.AmMos.Utime.iso.

set_iso(iso: str) None[source]
# SCPI: SCENario:PDW:AMMos:UTIMe:ISO
driver.scenario.pdw.amMos.utime.set_iso(iso = 'abc')

Sets the reporting start time, if method RsPulseSeq.Scenario.Pdw.AmMos.Utime.enable1.

param iso:

‘YYYY-Month-DDTHH:MM:SS’