Bypass

SCPI Command :

[SOURce<HW>]:FSIMulator:BYPass:STATe
class BypassCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:BYPass:STATe
value: bool = driver.source.fsimulator.bypass.get_state()

Enables bypassing of the fading simulator if the simulator is deactivated.

return:

byp_state: 1| ON| 0| OFF

set_state(byp_state: bool) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:BYPass:STATe
driver.source.fsimulator.bypass.set_state(byp_state = False)

Enables bypassing of the fading simulator if the simulator is deactivated.

param byp_state:

1| ON| 0| OFF