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
Commands in total: 9
Subgroups: 2
Direct child commands: 5
get_fratio() float[source]
# [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.

Returns:

fratio: float Range: -1 to 1

get_loss() float[source]
# [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.

Returns:

loss: float Range: 0 to 50

get_mmode() Fad2CitfMode[source]
# [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.

Returns:

mmode: SLIDing | HOPPing

get_profile() FadingProfileB[source]
# [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.

Returns:

profile: SPATh | PDOPpler | RAYLeigh

get_state() bool[source]
# [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 method RsSmw.source.fsimulator.tcInterferer.state() and .method RsSmw.source.fsimulator.state()

Returns:

state: 1 | ON | 0| OFF

set_fratio(fratio: float) None[source]
# [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.

Parameters:

fratio – float Range: -1 to 1

set_loss(loss: float) None[source]
# [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.

Parameters:

loss – float Range: 0 to 50

set_mmode(mmode: Fad2CitfMode) None[source]
# [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.

Parameters:

mmode – SLIDing | HOPPing

set_profile(profile: FadingProfileB) None[source]
# [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.

Parameters:

profile – SPATh | PDOPpler | RAYLeigh

set_state(state: bool) None[source]
# [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 method RsSmw.source.fsimulator.tcInterferer.state() and .method RsSmw.source.fsimulator.state()

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

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

Subgroups