State

SCPI Command :

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

Sets the state of the selected carriers in the configuration assistant.

Returns:

assistant_state: ON | OFF

set(assistant_state: bool) None[source]
# CONFigure:CTABle:EDIT:CARRier:STATe
driver.applications.k17Mcgd.configure.correctionTable.edit.carrier.state.set(assistant_state = False)

Sets the state of the selected carriers in the configuration assistant.

Parameters:

assistant_state – ON | OFF