Moving

SCPI Commands :

[SOURce<HW>]:FSIMulator:MDELay:MOVing:LOSS
[SOURce<HW>]:FSIMulator:MDELay:MOVing:STATe
[SOURce<HW>]:FSIMulator:MDELay:MOVing:VPERiod
Commands in total: 5
Subgroups: 1
Direct child commands: 3
get_loss() float[source]
# [SOURce<HW>]:FSIMulator:MDELay:MOVing:LOSS
value: float = driver.source.fsimulator.mdelay.moving.get_loss()

Sets the insertion loss of the moving path for moving propagation.

Returns:

loss: float Range: 0 to 50

get_state() bool[source]
# [SOURce<HW>]:FSIMulator:MDELay:MOVing:STATe
value: bool = driver.source.fsimulator.mdelay.moving.get_state()

Enables the fading path for moving propagation.

Returns:

state: 1 | ON | 0| OFF

get_vperiod() float[source]
# [SOURce<HW>]:FSIMulator:MDELay:MOVing:VPERiod
value: float = driver.source.fsimulator.mdelay.moving.get_vperiod()

Sets the speed of the delay variation of the moving fading path for moving propagation. A complete cycle comprises one pass through this ‘Variation Period’.

Returns:

vperiod: float Range: 10 to 500

set_loss(loss: float) None[source]
# [SOURce<HW>]:FSIMulator:MDELay:MOVing:LOSS
driver.source.fsimulator.mdelay.moving.set_loss(loss = 1.0)

Sets the insertion loss of the moving path for moving propagation.

Parameters:

loss – float Range: 0 to 50

set_state(state: bool) None[source]
# [SOURce<HW>]:FSIMulator:MDELay:MOVing:STATe
driver.source.fsimulator.mdelay.moving.set_state(state = False)

Enables the fading path for moving propagation.

Parameters:

state – 1 | ON | 0| OFF

set_vperiod(vperiod: float) None[source]
# [SOURce<HW>]:FSIMulator:MDELay:MOVing:VPERiod
driver.source.fsimulator.mdelay.moving.set_vperiod(vperiod = 1.0)

Sets the speed of the delay variation of the moving fading path for moving propagation. A complete cycle comprises one pass through this ‘Variation Period’.

Parameters:

vperiod – float Range: 10 to 500

Cloning the Group

# Create a copy of the original group, that exists independently
moving_copy = driver.source.fsimulator.mdelay.moving.clone()

Subgroups