Pattern
SCPI Command :
[SOURce<HW>]:BB:KUIPer:TRIGger:OUTPut<CH>:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Pattern: str: numeric #Bbits Bits in binary representation #Hbits Bits in hexadecimal representation
2 Bitcount: int: integer Number of bits Range: 1 to 64
- get(output=Output.Default) GetStruct[source]
# [SOURce<HW>]:BB:KUIPer:TRIGger:OUTPut<CH>:PATTern value: GetStruct = driver.source.bb.kuiper.trigger.output.pattern.get(output = repcap.Output.Default)
Sets the bit pattern to generate the marker signal.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
structure: for return value, see the help for GetStruct structure arguments.