AnPattern
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSICh:ANPattern
- class AnPatternCls[source]
AnPattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class AnPatternStruct[source]
Response structure. Fields:
An_Pattern: str: numeric
Bitcount: int: integer Range: 1 to 36
- get(cell=Cell.Default) AnPatternStruct [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSICh:ANPattern value: AnPatternStruct = driver.source.bb.tdscdma.up.cell.enh.dch.hsich.anPattern.get(cell = repcap.Cell.Default)
Sets the ACK/NACK Pattern and the maximum pattern length. A ‘1’ corresponds to ACK, a ‘0’ to NAK.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
structure: for return value, see the help for AnPatternStruct structure arguments.
- set(an_pattern: str, bitcount: int, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSICh:ANPattern driver.source.bb.tdscdma.up.cell.enh.dch.hsich.anPattern.set(an_pattern = rawAbc, bitcount = 1, cell = repcap.Cell.Default)
Sets the ACK/NACK Pattern and the maximum pattern length. A ‘1’ corresponds to ACK, a ‘0’ to NAK.
- param an_pattern
numeric
- param bitcount
integer Range: 1 to 36
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)