Reference
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TBS:REFerence
- class ReferenceCls[source]
Reference commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TBS:REFerence value: int = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.reference.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
While working in less operation mode, this command is signaled instead of the command BB:W3GP:BST:CHAN:HSDP:HSET:TBS:IND.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
reference: integer Range: 0 to 3
- set(reference: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TBS:REFerence driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.reference.set(reference = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
While working in less operation mode, this command is signaled instead of the command BB:W3GP:BST:CHAN:HSDP:HSET:TBS:IND.
- param reference
integer Range: 0 to 3
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)