Tgsn

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:PATTern<CH>:TGSN
class TgsnCls[source]

Tgsn commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default, patternIx=PatternIx.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:PATTern<CH>:TGSN
value: int = driver.source.bb.w3Gpp.mstation.cmode.pattern.tgsn.get(mobileStation = repcap.MobileStation.Default, patternIx = repcap.PatternIx.Default)

Sets the transmission gap slot number of pattern 1.

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’)

return

tgsn: integer Range: 0 to 14

set(tgsn: int, mobileStation=MobileStation.Default, patternIx=PatternIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:CMODe:PATTern<CH>:TGSN
driver.source.bb.w3Gpp.mstation.cmode.pattern.tgsn.set(tgsn = 1, mobileStation = repcap.MobileStation.Default, patternIx = repcap.PatternIx.Default)

Sets the transmission gap slot number of pattern 1.

param tgsn

integer Range: 0 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’)