State

SCPI Command :

HCOPy:TDSTamp:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# HCOPy:TDSTamp:STATe
value: bool = driver.hardCopy.tdDtamp.state.get()

This command includes or excludes the time and date in the printout.

Returns:

state: 1 | 0 | ON | OFF 1 | ON The time and date are printed. 0 | OFF The time and date are not printed.

set(state: bool) None[source]
# HCOPy:TDSTamp:STATe
driver.hardCopy.tdDtamp.state.set(state = False)

This command includes or excludes the time and date in the printout.

Parameters:

state – 1 | 0 | ON | OFF 1 | ON The time and date are printed. 0 | OFF The time and date are not printed.