Mdelay
SCPI Command :
[SOURce<HW>]:FSIMulator:MDELay:STATe
- Commands in total: 23Subgroups: 5Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:FSIMulator:MDELay:STATe value: bool = driver.source.fsimulator.mdelay.get_state()
Enables the moving propagation fading configuration. Enable the paths and the fading simulator separately: SOURce1:FSIMulator:MDELay:MOVing | REFerence:STATe ON SOURce1:FSIMulator ON
- Returns:
state: 1 | ON | 0| OFF
- set_state(state: bool) None[source]
# [SOURce<HW>]:FSIMulator:MDELay:STATe driver.source.fsimulator.mdelay.set_state(state = False)
Enables the moving propagation fading configuration. Enable the paths and the fading simulator separately: SOURce1:FSIMulator:MDELay:MOVing | REFerence:STATe ON SOURce1:FSIMulator ON
- Parameters:
state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
mdelay_copy = driver.source.fsimulator.mdelay.clone()
Subgroups