Tgsn
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:PATTern<CH>:TGSN
- class TgsnCls[source]
Tgsn 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>:TGSN value: int = driver.source.bb.w3Gpp.bstation.cmode.pattern.tgsn.get(baseStation = repcap.BaseStation.Default, patternIx = repcap.PatternIx.Default)
Sets the transmission gap slot number of pattern 1.
- 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
tgsn: integer Range: 0 to 14
- set(tgsn: int, baseStation=BaseStation.Default, patternIx=PatternIx.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:PATTern<CH>:TGSN driver.source.bb.w3Gpp.bstation.cmode.pattern.tgsn.set(tgsn = 1, baseStation = repcap.BaseStation.Default, patternIx = repcap.PatternIx.Default)
Sets the transmission gap slot number of pattern 1.
- param tgsn
integer Range: 0 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’)