Auto
SCPI Command :
[SENSe]:DDEMod:KDATa:PRBS:PATTern:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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 [SENSe:]DDEMod:KDATa:PRBS:PATTern[:STATe] command.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None [source]
# SCPI: [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 [SENSe:]DDEMod:KDATa:PRBS:PATTern[:STATe] command.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on