Pattern
SCPI Command :
[SOURce<HW>]:BB:MCCW: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 0 = marker off, 1 = marker on Range: 1 to 64
- get(output=Output.Default) GetStruct[source]
# [SOURce<HW>]:BB:MCCW:TRIGger:OUTPut<CH>:PATTern value: GetStruct = driver.source.bb.mccw.trigger.output.pattern.get(output = repcap.Output.Default)
Defines the bit pattern used 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.