State

SCPI Command :

CONFigure:DDPD:APPLy:WRAP[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:DDPD:APPLy:WRAP[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.ddpd.apply.wrap.state.get()

Smoothes start- and tail-samples down to ‘0’ in order to avoid phase discontinuities when the file is cyclically played from a signal source.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:DDPD:APPLy:WRAP[:STATe]
driver.applications.k18AmplifierEt.configure.ddpd.apply.wrap.state.set(state = False)

Smoothes start- and tail-samples down to ‘0’ in order to avoid phase discontinuities when the file is cyclically played from a signal source.

Parameters:

state – ON | OFF | 1 | 0