Tgd
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:PATTern<CH>:TGD
- class TgdCls[source]
Tgd commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, patternIx=PatternIx.Default) int [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:PATTern<CH>:TGD value: int = driver.source.bb.w3Gpp.bstation.cmode.pattern.tgd.get(baseStation = repcap.BaseStation.Default, patternIx = repcap.PatternIx.Default)
Sets the transmission gap distances.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param patternIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)
- return
tgd: integer Range: 3 to 100
- set(tgd: int, baseStation=BaseStation.Default, patternIx=PatternIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:PATTern<CH>:TGD driver.source.bb.w3Gpp.bstation.cmode.pattern.tgd.set(tgd = 1, baseStation = repcap.BaseStation.Default, patternIx = repcap.PatternIx.Default)
Sets the transmission gap distances.
- param tgd
integer Range: 3 to 100
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param patternIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)