D3Mode

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:D3Mode:STATe
class D3ModeCls[source]

D3Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:D3Mode:STATe
value: bool = driver.source.fsimulator.scm.d3Mode.get_state()

Enables the 3D geometry-based channel model.

return

three_dmode: 1| ON| 0| OFF

set_state(three_dmode: bool) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:D3Mode:STATe
driver.source.fsimulator.scm.d3Mode.set_state(three_dmode = False)

Enables the 3D geometry-based channel model.

param three_dmode

1| ON| 0| OFF