AnPattern
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:HSICh:ANPattern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class AnPatternStruct[source]
Response structure. Fields:
1 An_Pattern: str: numeric
2 Bitcount: int: integer Range: 1 to 36
- get(cell=Cell.Default) AnPatternStruct[source]
# [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.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- Returns:
structure: for return value, see the help for AnPatternStruct structure arguments.
- set(an_pattern: str, bitcount: int, cell=Cell.Default) None[source]
# [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.
- Parameters:
an_pattern – numeric
bitcount – integer Range: 1 to 36
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)