State
SCPI Command :
HCOPy:TDSTamp:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: HCOPy:TDSTamp:STATe value: bool = driver.hardCopy.tdDtamp.state.get()
This command includes or excludes the time and date in the printout.
- return
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]
# SCPI: HCOPy:TDSTamp:STATe driver.hardCopy.tdDtamp.state.set(state = False)
This command includes or excludes the time and date in the printout.
- param state
1 | 0 | ON | OFF 1 | ON The time and date are printed. 0 | OFF The time and date are not printed.