Time
SCPI Command :
DISPlay[:WINDow<n>]:TIME
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(window=Window.Default) bool[source]
# DISPlay[:WINDow<n>]:TIME value: bool = driver.display.window.time.get(window = repcap.Window.Default)
This command adds or removes the date and time from the display.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:TIME driver.display.window.time.set(state = False, window = repcap.Window.Default)
This command adds or removes the date and time from the display.
- Parameters:
state – ON | OFF | 1 | 0
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
Cloning the Group
# Create a copy of the original group, that exists independently
time_copy = driver.display.window.time.clone()
Subgroups