D3Mode
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:D3Mode:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:FSIMulator:SCM:D3Mode:STATe value: bool = driver.source.fsimulator.scm.d3Mode.get_state()
Enables the 3D geometry-based channel model.
- Returns:
three_dmode: 1 | ON | 0| OFF
- set_state(three_dmode: bool) None[source]
# [SOURce<HW>]:FSIMulator:SCM:D3Mode:STATe driver.source.fsimulator.scm.d3Mode.set_state(three_dmode = False)
Enables the 3D geometry-based channel model.
- Parameters:
three_dmode – 1 | ON | 0| OFF