State

SCPI Command :

[SENSe]:DDEMod:KDATa:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:DDEMod:KDATa:STATe
value: bool = driver.applications.k70Vsa.sense.ddemod.kdata.state.get()

Selects the Known Data state. The use of known data is a prerequisite for the BER measurement and can also be used for the fine sync.

Returns:

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

set(state: bool) None[source]
# [SENSe]:DDEMod:KDATa:STATe
driver.applications.k70Vsa.sense.ddemod.kdata.state.set(state = False)

Selects the Known Data state. The use of known data is a prerequisite for the BER measurement and can also be used for the fine sync.

Parameters:

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