Auto
SCPI Command :
[SENSe]:DDEMod:KDATa:PRBS:PATTern:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:DDEMod:KDATa:PRBS:PATTern:AUTO value: bool = driver.applications.k70Vsa.sense.ddemod.kdata.prbs.pattern.auto.get()
If enabled, the R&S FSW VSA application assumes the pattern is part of the PRBS sequence. If disabled, configure the setting using the method
RsFsw.applications.k70Vsa.sense.ddemod.kdata.prbs.pattern.state.set()command.- 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:PRBS:PATTern:AUTO driver.applications.k70Vsa.sense.ddemod.kdata.prbs.pattern.auto.set(state = False)
If enabled, the R&S FSW VSA application assumes the pattern is part of the PRBS sequence. If disabled, configure the setting using the method
RsFsw.applications.k70Vsa.sense.ddemod.kdata.prbs.pattern.state.set()command.- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on