Globale

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:FADing:CARRier<Carrier>:FSIMulator:GLOBal:SEED
class Globale[source]

Globale commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_seed()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:FSIMulator:GLOBal:SEED
value: int = driver.configure.fading.carrier.fsimulator.globale.get_seed()

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

return

seed: Range: 0 to 9

Global Repeated Capabilities: repcap.Carrier

set_seed(seed: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:FADing:CARRier<carrier>:FSIMulator:GLOBal:SEED
driver.configure.fading.carrier.fsimulator.globale.set_seed(seed = 1)

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

param seed

Range: 0 to 9

Global Repeated Capabilities: repcap.Carrier