State

SCPI Command :

HCOPy:PAGE:COUNt:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: 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) .

return

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]
# SCPI: 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) .

param state

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