Tgl<TransmGapLength>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.source.bb.w3Gpp.mstation.cmode.pattern.tgl.repcap_transmGapLength_get()
driver.source.bb.w3Gpp.mstation.cmode.pattern.tgl.repcap_transmGapLength_set(repcap.TransmGapLength.Nr1)

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<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(mobileStation=MobileStation.Default, patternIx=PatternIx.Default, transmGapLength=TransmGapLength.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:PATTern<CH>:TGL<DI>
value: int = driver.source.bb.w3Gpp.mstation.cmode.pattern.tgl.get(mobileStation = repcap.MobileStation.Default, patternIx = repcap.PatternIx.Default, transmGapLength = repcap.TransmGapLength.Default)

Sets the transmission gap lengths.

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

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, mobileStation=MobileStation.Default, patternIx=PatternIx.Default, transmGapLength=TransmGapLength.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:PATTern<CH>:TGL<DI>
driver.source.bb.w3Gpp.mstation.cmode.pattern.tgl.set(tgl = 1, mobileStation = repcap.MobileStation.Default, patternIx = repcap.PatternIx.Default, transmGapLength = repcap.TransmGapLength.Default)

Sets the transmission gap lengths.

param tgl

integer Range: 3 to 14

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

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.mstation.cmode.pattern.tgl.clone()