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()
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()
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() FadInsLossMode [source]
# SCPI: [SOURce<HW>]:FSIMulator:ILOSs:MODE value: enums.FadInsLossMode = driver.source.fsimulator.iloss.get_mode()
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. LACP The minimum insertion loss is between 6 dB and 12 dB. This value is dependent upon the ‘Path Loss’ setting of the fading paths which are switched on. ‘Low ACP’ mode is only recommended for fading paths with Raleigh profile. Only in this case a statistical distribution of level fluctuation is ensured. For other fading profiles, non-statistical level fluctuations occur which lead to an enormous increase of clipping. However, monitoring the percentage of clipped samples is recommended for Raleigh paths also. USER Any value for the minimum insertion loss in the range from 0 dB to 18 dB can be selected. Enter the value using the :SOURce1:FSIMulator:ILOSs:LOSS command.
- set_loss(loss: float) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:ILOSs:[LOSS] driver.source.fsimulator.iloss.set_loss(loss = 1.0)
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: FadInsLossMode) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:ILOSs:MODE driver.source.fsimulator.iloss.set_mode(mode = enums.FadInsLossMode.LACP)
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. LACP The minimum insertion loss is between 6 dB and 12 dB. This value is dependent upon the ‘Path Loss’ setting of the fading paths which are switched on. ‘Low ACP’ mode is only recommended for fading paths with Raleigh profile. Only in this case a statistical distribution of level fluctuation is ensured. For other fading profiles, non-statistical level fluctuations occur which lead to an enormous increase of clipping. However, monitoring the percentage of clipped samples is recommended for Raleigh paths also. USER Any value for the minimum insertion loss in the range from 0 dB to 18 dB can be selected. Enter the value using the :SOURce1:FSIMulator:ILOSs:LOSS command.