Iloss

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:FADing:FSIMulator:ILOSs:MODE
CONFigure:EVDO:SIGNaling<Instance>:FADing:FSIMulator:ILOSs:LOSS
CONFigure:EVDO:SIGNaling<Instance>:FADing:FSIMulator:ILOSs:CSAMples
class Iloss[source]

Iloss commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_csamples()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:FADing:FSIMulator:ILOSs:CSAMples
value: float = driver.configure.fading.fsimulator.iloss.get_csamples()

No command help available

return

clipped_samples: No help available

get_loss()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:FADing:FSIMulator:ILOSs:LOSS
value: float = driver.configure.fading.fsimulator.iloss.get_loss()

Sets the insertion loss for the fading simulator. A setting is only allowed in USER mode (see method RsCmwEvdoSig. Configure.Fading.Fsimulator.Iloss.mode) .

return

insertion_loss: Range: 0 dB to 18 dB , Unit: dB

get_mode()RsCmwEvdoSig.enums.InsertLossMode[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:FADing:FSIMulator:ILOSs:MODE
value: enums.InsertLossMode = driver.configure.fading.fsimulator.iloss.get_mode()

Sets the insertion loss mode.

return

insert_loss_mode: NORMal | USER NORMal: the insertion loss is determined by the fading profile USER: the insertion loss can be adjusted manually

set_loss(insertion_loss: float)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:FADing:FSIMulator:ILOSs:LOSS
driver.configure.fading.fsimulator.iloss.set_loss(insertion_loss = 1.0)

Sets the insertion loss for the fading simulator. A setting is only allowed in USER mode (see method RsCmwEvdoSig. Configure.Fading.Fsimulator.Iloss.mode) .

param insertion_loss

Range: 0 dB to 18 dB , Unit: dB

set_mode(insert_loss_mode: RsCmwEvdoSig.enums.InsertLossMode)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:FADing:FSIMulator:ILOSs:MODE
driver.configure.fading.fsimulator.iloss.set_mode(insert_loss_mode = enums.InsertLossMode.NORMal)

Sets the insertion loss mode.

param insert_loss_mode

NORMal | USER NORMal: the insertion loss is determined by the fading profile USER: the insertion loss can be adjusted manually