Iloss

SCPI Commands

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

Iloss commands group definition. 4 total commands, 1 Sub-groups, 2 group commands

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

Displays the percentage of clipped samples.

return

clipped_samples: Range: 0 % to 100 %, Unit: %

get_mode()RsCmwGsmSig.enums.InsertLossMode[source]
# SCPI: CONFigure:GSM: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_mode(insert_loss_mode: RsCmwGsmSig.enums.InsertLossMode)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:FADing:FSIMulator:ILOSs:MODE
driver.configure.fading.fsimulator.iloss.set_mode(insert_loss_mode = enums.InsertLossMode.LACP)

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.fading.fsimulator.iloss.clone()

Subgroups