State

SCPI Command :

CONFigure:CTABle:EDIT:CARRier:STATe
class StateCls[source]

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

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

return

assistant_state: ON | OFF

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

param assistant_state

ON | OFF