Moving

SCPI Commands :

[SOURce<HW>]:CEMulation:TCINterferer:MOVing:FRATio
[SOURce<HW>]:CEMulation:TCINterferer:MOVing:LOSS
[SOURce<HW>]:CEMulation:TCINterferer:MOVing:MMODe
[SOURce<HW>]:CEMulation:TCINterferer:MOVing:PROFile
[SOURce<HW>]:CEMulation: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>]:CEMulation:TCINterferer:MOVing:FRATio
value: float = driver.source.cemulation.tcInterferer.moving.get_fratio()

No command help available

return:

fratio: No help available

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

No command help available

return:

loss: No help available

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

No command help available

return:

mmode: No help available

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

No command help available

return:

profile: No help available

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

No command help available

return:

state: No help available

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

No command help available

param fratio:

No help available

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

No command help available

param loss:

No help available

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

No command help available

param mmode:

No help available

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

No command help available

param profile:

No help available

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

No command help available

param state:

No help available

Cloning the Group

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

Subgroups