State

SCPI Command :

CONFigure:GENerator:MCGD:CARRier:SPACing:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:GENerator:MCGD:CARRier:SPACing:STATe
value: bool = driver.applications.k17Mcgd.configure.generator.mcgd.carrier.spacing.state.get()

If activated, any changes to the carrier spacting on the FSW are automatically also applied to the connected signal generator. Initially, the value defined by method RsFsw.applications.k17Mcgd.sense.carrier.spacing.set() is applied.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# CONFigure:GENerator:MCGD:CARRier:SPACing:STATe
driver.applications.k17Mcgd.configure.generator.mcgd.carrier.spacing.state.set(state = False)

If activated, any changes to the carrier spacting on the FSW are automatically also applied to the connected signal generator. Initially, the value defined by method RsFsw.applications.k17Mcgd.sense.carrier.spacing.set() is applied.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on