State

SCPI Command :

CONFigure:DDPD:APPLy:WRAP[:STATe]
class StateCls[source]

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

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

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: 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.

param state

ON | OFF | 1 | 0