Tgl<TransmGapLength>
RepCap Settings
# Range: Nr1 .. Nr16
rc = driver.source.bb.w3Gpp.bstation.cmode.pattern.tgl.repcap_transmGapLength_get()
driver.source.bb.w3Gpp.bstation.cmode.pattern.tgl.repcap_transmGapLength_set(repcap.TransmGapLength.Nr1)
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:PATTern<CH>:TGL<DI>
- class TglCls[source]
Tgl commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: TransmGapLength, default value after init: TransmGapLength.Nr1
- get(baseStation=BaseStation.Default, patternIx=PatternIx.Default, transmGapLength=TransmGapLength.Default) int [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:PATTern<CH>:TGL<DI> value: int = driver.source.bb.w3Gpp.bstation.cmode.pattern.tgl.get(baseStation = repcap.BaseStation.Default, patternIx = repcap.PatternIx.Default, transmGapLength = repcap.TransmGapLength.Default)
Sets the transmission gap lengths.
- 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’)
- param transmGapLength
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tgl’)
- return
tgl: integer Range: 3 to 14
- set(tgl: int, baseStation=BaseStation.Default, patternIx=PatternIx.Default, transmGapLength=TransmGapLength.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:PATTern<CH>:TGL<DI> driver.source.bb.w3Gpp.bstation.cmode.pattern.tgl.set(tgl = 1, baseStation = repcap.BaseStation.Default, patternIx = repcap.PatternIx.Default, transmGapLength = repcap.TransmGapLength.Default)
Sets the transmission gap lengths.
- param tgl
integer Range: 3 to 14
- 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’)
- param transmGapLength
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tgl’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.bstation.cmode.pattern.tgl.clone()