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()
This command activates the moving propagation fading configuration. The paths and the fading simulator must be switched on separately (SOURce:FSIMulator:MDELay:MOVing|REFerence:STATe ON and SOURce: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)
This command activates the moving propagation fading configuration. The paths and the fading simulator must be switched on separately (SOURce:FSIMulator:MDELay:MOVing|REFerence:STATe ON and SOURce: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