Nstate
SCPI Command :
[SENSe]:DDEMod:SEARch:SYNC:NSTate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:DDEMod:SEARch:SYNC:NSTate value: float = driver.applications.k70Vsa.sense.ddemod.search.sync.nstate.get()
Selects the degree of modulation (number of permitted states) . The pattern must have been selected before using method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.name.set(). The number of permitted states depends on the modulation mode.
- set(nstate: float) None[source]
# [SENSe]:DDEMod:SEARch:SYNC:NSTate driver.applications.k70Vsa.sense.ddemod.search.sync.nstate.set(nstate = 1.0)
Selects the degree of modulation (number of permitted states) . The pattern must have been selected before using method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.name.set(). The number of permitted states depends on the modulation mode.