State

SCPI Command :

CONFigure:CTABle:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:CTABle:STATe
value: bool = driver.applications.k17Mcgd.configure.correctionTable.state.get()

Sets the state of the carrier table.

Returns:

table_state: ON | OFF

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

Sets the state of the carrier table.

Parameters:

table_state – ON | OFF