Pattern

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:USER<CH>:PATTern
class PatternCls[source]

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

get(userIx=UserIx.Default) str[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:PATTern
value: str = driver.source.bb.v5G.downlink.user.pattern.get(userIx = repcap.UserIx.Default)

Sets a bit pattern as data source. The command is relevant for: [:SOURce<hw>]:BB:V5G:DL:USER<ch>:DATAPATTern.

param userIx

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

return

pattern: 64 bit

set(pattern: str, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:USER<CH>:PATTern
driver.source.bb.v5G.downlink.user.pattern.set(pattern = rawAbc, userIx = repcap.UserIx.Default)

Sets a bit pattern as data source. The command is relevant for: [:SOURce<hw>]:BB:V5G:DL:USER<ch>:DATAPATTern.

param pattern

64 bit

param userIx

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