Stime

SCPI Commands

LOG:STIMe
class StimeCls[source]

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

class SetStruct[source]

Structure for setting input parameters. Fields:

  • Year: int: No parameter help available

  • Month: int: No parameter help available

  • Day: int: No parameter help available

  • Hour: int: No parameter help available

  • Minute: int: No parameter help available

  • Second: int: No parameter help available

get() str[source]
# SCPI: LOG:STIMe
value: str = driver.log.stime.get()

Sets or queries the start time of the data logging function.

return

result: No help available

set(structure: SetStruct) None[source]
# SCPI: LOG:STIMe
structure = driver.log.stime.SetStruct()
structure.Year: int = 1
structure.Month: int = 1
structure.Day: int = 1
structure.Hour: int = 1
structure.Minute: int = 1
structure.Second: int = 1
driver.log.stime.set(structure)

Sets or queries the start time of the data logging function.

param structure

for set value, see the help for SetStruct structure arguments.