Iloss

SCPI Commands :

[SOURce<HW>]:FSIMulator:ILOSs:CSAMples
[SOURce<HW>]:FSIMulator:ILOSs:MODE
[SOURce<HW>]:FSIMulator:ILOSs:[LOSS]
class IlossCls[source]

Iloss commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_csamples() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:ILOSs:CSAMples
value: float = driver.source.fsimulator.iloss.get_csamples()

This command queries the share of samples which were clipped due to the insertion loss setting.

return

csamples: string

get_loss() float[source]
# SCPI: [SOURce<HW>]:FSIMulator:ILOSs:[LOSS]
value: float = driver.source.fsimulator.iloss.get_loss()

This command sets the user-defined insertion loss of the fading simulator when ‘User’ is selected. In the ‘Normal’ and ‘Low ACP’ modes, the current setting of the value can be queried.

return

loss: float Range: -3 to 30, Unit: dB

get_mode() RsSmw.enums.FadInsLossMode[source]
# SCPI: [SOURce<HW>]:FSIMulator:ILOSs:MODE
value: enums.FadInsLossMode = driver.source.fsimulator.iloss.get_mode()

This command sets the insertion loss of the fading simulator.

return

mode: NORMal| LACP| USER NORMal The minimum insertion loss for a path of the fading simulator is set to a fixed value of 18 dB.

set_loss(loss: float) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:ILOSs:[LOSS]
driver.source.fsimulator.iloss.set_loss(loss = 1.0)

This command sets the user-defined insertion loss of the fading simulator when ‘User’ is selected. In the ‘Normal’ and ‘Low ACP’ modes, the current setting of the value can be queried.

param loss

float Range: -3 to 30, Unit: dB

set_mode(mode: RsSmw.enums.FadInsLossMode) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:ILOSs:MODE
driver.source.fsimulator.iloss.set_mode(mode = enums.FadInsLossMode.LACP)

This command sets the insertion loss of the fading simulator.

param mode

NORMal| LACP| USER NORMal The minimum insertion loss for a path of the fading simulator is set to a fixed value of 18 dB.