Globale

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:GLOBal:SEED
class GlobaleCls[source]

Globale commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_seed() int[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:GLOBal:SEED
value: int = driver.configure.fading.pcc.fadingSimulator.globale.get_seed()

Sets the start seed for the pseudo-random fading algorithm.

return:

seed: numeric Range: 0 to 9

set_seed(seed: int) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:FADing[:PCC]:FSIMulator:GLOBal:SEED
driver.configure.fading.pcc.fadingSimulator.globale.set_seed(seed = 1)

Sets the start seed for the pseudo-random fading algorithm.

param seed:

numeric Range: 0 to 9