Pattern
SCPI Command :
[SOURce<HW>]:BB:BTOoth:TRIGger:OUTPut<CH>:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Pattern: str: numeric
2 Bitcount: int: integer Range: 1 to 64
- get(output=Output.Default) GetStruct[source]
# [SOURce<HW>]:BB:BTOoth:TRIGger:OUTPut<CH>:PATTern value: GetStruct = driver.source.bb.btooth.trigger.output.pattern.get(output = repcap.Output.Default)
Selects the data for a pattern.
- 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.