Tgsn
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CMODe:PATTern<CH>:TGSN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, patternIx=PatternIx.Default) int[source]
# [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.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
patternIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)
- Returns:
tgsn: integer Range: 0 to 14
- set(tgsn: int, baseStation=BaseStation.Default, patternIx=PatternIx.Default) None[source]
# [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.
- Parameters:
tgsn – integer Range: 0 to 14
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
patternIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pattern’)