Bypass

SCPI Command :

[SOURce<HW>]:FSIMulator:BYPass:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:FSIMulator:BYPass:STATe
value: bool = driver.source.fsimulator.bypass.get_state()

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

Returns:

byp_state: 1 | ON | 0| OFF

set_state(byp_state: bool) None[source]
# [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.

Parameters:

byp_state – 1 | ON | 0| OFF