Seed
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:SEED
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:SEED value: int = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.seed.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Sets the seed for the random process deciding between the four options (see ‘Randomly varying modulation and number of codes (Type 3i) settings’) .
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
seed: integer Range: 0 to 65535
- set(seed: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:SEED driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.seed.set(seed = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Sets the seed for the random process deciding between the four options (see ‘Randomly varying modulation and number of codes (Type 3i) settings’) .
- Parameters:
seed – integer Range: 0 to 65535
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)