Bypass
SCPI Command :
[SOURce]:FSIMulator:BYPass:STATe
- class BypassCls[source]
Bypass commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce]:FSIMulator:BYPass:STATe value: bool = driver.source.fsimulator.bypass.get_state()
Enables/disables 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]:FSIMulator:BYPass:STATe driver.source.fsimulator.bypass.set_state(byp_state = False)
Enables/disables bypassing of the fading simulator if the simulator is deactivated.
- param byp_state
1| ON| 0| OFF