Globale

SCPI Command :

[SOURce<HW>]:FSIMulator:GLOBal:SEED
class GlobaleCls[source]

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

get_seed() int[source]
# SCPI: [SOURce<HW>]:FSIMulator:GLOBal:SEED
value: int = driver.source.fsimulator.globale.get_seed()

This command enters the fading start seed. This value is global for the instrument.

return

seed: integer Range: 0 to 9

set_seed(seed: int) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:GLOBal:SEED
driver.source.fsimulator.globale.set_seed(seed = 1)

This command enters the fading start seed. This value is global for the instrument.

param seed

integer Range: 0 to 9