State

SCPI Command :

CONFigure:CTABle:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: CONFigure:CTABle:STATe
value: bool = driver.applications.k17Mcgd.configure.correctionTable.state.get()

Sets the state of the carrier table.

return

table_state: ON | OFF

set(table_state: bool) None[source]
# SCPI: CONFigure:CTABle:STATe
driver.applications.k17Mcgd.configure.correctionTable.state.set(table_state = False)

Sets the state of the carrier table.

param table_state

ON | OFF