Globale
SCPI Command :
[SOURce<HW>]:FSIMulator:GLOBal:SEED
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_seed() int[source]
# [SOURce<HW>]:FSIMulator:GLOBal:SEED value: int = driver.source.fsimulator.globale.get_seed()
Sets the fading start seed. This value is global for the instrument.
- Returns:
seed: integer Range: 0 to 9
- set_seed(seed: int) None[source]
# [SOURce<HW>]:FSIMulator:GLOBal:SEED driver.source.fsimulator.globale.set_seed(seed = 1)
Sets the fading start seed. This value is global for the instrument.
- Parameters:
seed – integer Range: 0 to 9