State

SCPI Command :

CONFigure:CTABle:CARRier:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class StateStruct[source]

Response structure. Fields:

  • 1 Index: int: Carrier position

  • 2 Carrier_State: bool: ON | OFF

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

Returns:

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

set(index: int, carrier_state: bool) None[source]
# 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.

Parameters:
  • index – Carrier position

  • carrier_state – ON | OFF