Pattern
SCPI Command :
[SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) str[source]
# [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:PATTern value: str = driver.source.bb.gnss.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:
pattern: 64 bits
- set(pattern: str, output=Output.Default) None[source]
# [SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:PATTern driver.source.bb.gnss.trigger.output.pattern.set(pattern = rawAbc, output = repcap.Output.Default)
Defines the bit pattern used to generate the marker signal.
- Parameters:
pattern – 64 bits
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)