Tgl<TransmGapLength>

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:PATTern<CH>:TGL<DI>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.source.bb.w3Gpp.mstation.cmode.pattern.tgl.repcap_transmGapLength_set(repcap.TransmGapLength.Nr1)
get(mobileStation=MobileStation.Default, patternIx=PatternIx.Default, transmGapLength=TransmGapLength.Default) int[source]
# [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.

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

  • patternIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)

  • transmGapLength – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tgl’)

Returns:

tgl: integer Range: 3 to 14

set(tgl: int, mobileStation=MobileStation.Default, patternIx=PatternIx.Default, transmGapLength=TransmGapLength.Default) None[source]
# [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.

Parameters:
  • tgl – integer Range: 3 to 14

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

  • patternIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)

  • transmGapLength – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tgl’)

Cloning the Group

# Create a copy of the original group, that exists independently
tgl_copy = driver.source.bb.w3Gpp.mstation.cmode.pattern.tgl.clone()