FormatPy
SCPI Command :
DISPlay[:WINDow<n>]:TIME:FORMat
- class FormatPyCls[source]
- FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get(window=Window.Default) RsFsw.enums.TimeFormat[source]
- # SCPI: DISPlay[:WINDow<n>]:TIME:FORMat value: enums.TimeFormat = driver.display.window.time.formatPy.get(window = repcap.Window.Default) - This command selects the time and date format. - param window
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’) 
- return
- format_py: US | DE | ISO DE dd.mm.yyyy hh:mm:ss 24 hour format. US mm/dd/yyyy hh:mm:ss 12 hour format. ISO yyyy-mm-dd hh:mm:ss 24 hour format. 
 
 - set(format_py: RsFsw.enums.TimeFormat, window=Window.Default) None[source]
- # SCPI: DISPlay[:WINDow<n>]:TIME:FORMat driver.display.window.time.formatPy.set(format_py = enums.TimeFormat.DE, window = repcap.Window.Default) - This command selects the time and date format. - param format_py
- US | DE | ISO DE dd.mm.yyyy hh:mm:ss 24 hour format. US mm/dd/yyyy hh:mm:ss 12 hour format. ISO yyyy-mm-dd hh:mm:ss 24 hour format. 
- param window
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)