Pattern
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:USER<CH>:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(userIx=UserIx.Default) str[source]
# [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: method
RsSmw.source.bb.v5G.downlink.user.data.set()PATTern.- Parameters:
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
pattern: 64 bit
- set(pattern: str, userIx=UserIx.Default) None[source]
# [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: method
RsSmw.source.bb.v5G.downlink.user.data.set()PATTern.- Parameters:
pattern – 64 bit
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)