DutBypass

SCPI Commands

SOURce:GENerator:DUTBypass
class DutBypassCls[source]

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

get() bool[source]
# SCPI: SOURce:GENerator:DUTBypass
value: bool = driver.source.generator.dutBypass.get()

This command turns the DUT bypass on and off. When you turn on the bypass, the application measures the noise characteristics of the R&S FSWP. The DUT bypass is available with the optional Signal Source hardware component.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: SOURce:GENerator:DUTBypass
driver.source.generator.dutBypass.set(state = False)

This command turns the DUT bypass on and off. When you turn on the bypass, the application measures the noise characteristics of the R&S FSWP. The DUT bypass is available with the optional Signal Source hardware component.

param state

ON | OFF | 1 | 0