State

SCPI Command :

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

This command includes or excludes the page number for printouts consisting of multiple pages (method RsFsw.hardCopy.content.set() ) .

Returns:

state: 1 | 0 | ON | OFF 1 | ON The page number is printed. 0 | OFF The page number is not printed.

set(state: bool) None[source]
# HCOPy:PAGE:COUNt:STATe
driver.hardCopy.page.count.state.set(state = False)

This command includes or excludes the page number for printouts consisting of multiple pages (method RsFsw.hardCopy.content.set() ) .

Parameters:

state – 1 | 0 | ON | OFF 1 | ON The page number is printed. 0 | OFF The page number is not printed.