State

SCPI Command :

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

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

class StateStruct[source]

Response structure. Fields:

  • Index: int: Carrier position

  • Carrier_State: bool: ON | OFF

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

Sets the state of a specific carrier of the carrier table.

return

structure: for return value, see the help for StateStruct structure arguments.

set(index: int, carrier_state: bool) None[source]
# SCPI: CONFigure:CTABle:CARRier:STATe
driver.applications.k17Mcgd.configure.correctionTable.carrier.state.set(index = 1, carrier_state = False)

Sets the state of a specific carrier of the carrier table.

param index

Carrier position

param carrier_state

ON | OFF