Mdelay
SCPI Command :
[SOURce<HW>]:FSIMulator:MDELay:STATe
- class MdelayCls[source]
Mdelay commands group definition. 23 total commands, 5 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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
- return:
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [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
- param state:
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.fsimulator.mdelay.clone()
Subgroups