Data
SCPI Command :
[SENSe]:DDEMod:SEARch:SYNC:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# [SENSe]:DDEMod:SEARch:SYNC:DATA value: str = driver.applications.k70Vsa.sense.ddemod.search.sync.data.get()
Defines the sync sequence of a sync pattern. The pattern must have been selected before using method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.name.set(). Important: The value range of a symbol depends on the degree of modulation,e.g. for an 8PSK modulation the value range is from 0 to 7. The degree of modulation belongs to the pattern and is set using the DDEM:SEAR:SYNC:NST command (see methodRsFsw.applications.k70Vsa.sense.ddemod.search.sync.nstate.set()) .- Returns:
data: Four values represent a symbol (hexadecimal format) . The value range of a symbol depends on the degree of modulation. With a degree of modulation of 4, all symbols have a value range of: 0000, 0001, 0002, 0003 With a degree of modulation of 8: 0000, 0001, 0002, 0003, 0004, 0005, 0006, 0007
- set(data: str) None[source]
# [SENSe]:DDEMod:SEARch:SYNC:DATA driver.applications.k70Vsa.sense.ddemod.search.sync.data.set(data = 'abc')
Defines the sync sequence of a sync pattern. The pattern must have been selected before using method
RsFsw.applications.k70Vsa.sense.ddemod.search.sync.name.set(). Important: The value range of a symbol depends on the degree of modulation,e.g. for an 8PSK modulation the value range is from 0 to 7. The degree of modulation belongs to the pattern and is set using the DDEM:SEAR:SYNC:NST command (see methodRsFsw.applications.k70Vsa.sense.ddemod.search.sync.nstate.set()) .- Parameters:
data – Four values represent a symbol (hexadecimal format) . The value range of a symbol depends on the degree of modulation. With a degree of modulation of 4, all symbols have a value range of: 0000, 0001, 0002, 0003 With a degree of modulation of 8: 0000, 0001, 0002, 0003, 0004, 0005, 0006, 0007