Moving

SCPI Commands :

[SOURce<HW>]:FSIMulator:TCINterferer:MOVing:FRATio
[SOURce<HW>]:FSIMulator:TCINterferer:MOVing:LOSS
[SOURce<HW>]:FSIMulator:TCINterferer:MOVing:MMODe
[SOURce<HW>]:FSIMulator:TCINterferer:MOVing:PROFile
[SOURce<HW>]:FSIMulator:TCINterferer:MOVing:STATe
class MovingCls[source]

Moving commands group definition. 9 total commands, 2 Subgroups, 5 group commands

get_fratio() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:FRATio
value: float = driver.source.fsimulator.tcInterferer.moving.get_fratio()

Sets the ratio of the actual Doppler frequency to the set Doppler frequency for the reference and moving path with 2 channel interferer fading.

return

fratio: float Range: -1 to 1

get_loss() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:LOSS
value: float = driver.source.fsimulator.tcInterferer.moving.get_loss()

Seta the loss of the reference and moving path with 2 channel interferer fading.

return

loss: float Range: 0 to 50

get_mmode() RsSmw.enums.Fad2CitfMode[source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:MMODe
value: enums.Fad2CitfMode = driver.source.fsimulator.tcInterferer.moving.get_mmode()

Selects the type of moving applied to the moving path.

return

mmode: SLIDing| HOPPing

get_profile() RsSmw.enums.FadingProfileB[source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:PROFile
value: enums.FadingProfileB = driver.source.fsimulator.tcInterferer.moving.get_profile()

Sets the fading profile to be used for the reference and moving path with 2 channel interferer fading.

return

profile: SPATh| PDOPpler| RAYLeigh

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

Activate the reference and moving path of the 2 channel interferer fading configuration. The 2 channel interferer fading configuration and the fading simulator must be switched on separately, see [:SOURce<hw>]:FSIMulator:TCINterferer[:STATe] and .[:SOURce<hw>]:FSIMulator[:STATe]

return

state: 1| ON| 0| OFF

set_fratio(fratio: float) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:FRATio
driver.source.fsimulator.tcInterferer.moving.set_fratio(fratio = 1.0)

Sets the ratio of the actual Doppler frequency to the set Doppler frequency for the reference and moving path with 2 channel interferer fading.

param fratio

float Range: -1 to 1

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

Seta the loss of the reference and moving path with 2 channel interferer fading.

param loss

float Range: 0 to 50

set_mmode(mmode: RsSmw.enums.Fad2CitfMode) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:MMODe
driver.source.fsimulator.tcInterferer.moving.set_mmode(mmode = enums.Fad2CitfMode.HOPPing)

Selects the type of moving applied to the moving path.

param mmode

SLIDing| HOPPing

set_profile(profile: RsSmw.enums.FadingProfileB) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:TCINterferer:MOVing:PROFile
driver.source.fsimulator.tcInterferer.moving.set_profile(profile = enums.FadingProfileB.BELLindoor)

Sets the fading profile to be used for the reference and moving path with 2 channel interferer fading.

param profile

SPATh| PDOPpler| RAYLeigh

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

Activate the reference and moving path of the 2 channel interferer fading configuration. The 2 channel interferer fading configuration and the fading simulator must be switched on separately, see [:SOURce<hw>]:FSIMulator:TCINterferer[:STATe] and .[:SOURce<hw>]:FSIMulator[:STATe]

param state

1| ON| 0| OFF

Cloning the Group

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

Subgroups