Pattern

SCPI Command :

[SOURce<HW>]:BB:GNSS:TRIGger:OUTPut<CH>:PATTern
class PatternCls[source]

Pattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(output=Output.Default) str[source]
# SCPI: [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.

param output

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

return

pattern: 64 bits

set(pattern: str, output=Output.Default) None[source]
# SCPI: [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.

param pattern

64 bits

param output

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)