UpPattern

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPPattern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channelNull=ChannelNull.Default) BtoCsPyLdPatt[source]
# [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPPattern
value: enums.BtoCsPyLdPatt = driver.source.bb.btooth.cs.sevent.upPattern.get(channelNull = repcap.ChannelNull.Default)

Selects the user payload pattern for a random CS sequence. This pattern is the payload type for CS step configuration modes Mode-1 or Mode-3.

Parameters:

channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sevent’)

Returns:

pattern: PRBS09 | RE1S | RE2S | PRBS15 | RE3S | RE4S | RE5S | RE6S | UPLD PRBS09 | PRBS15 Pseudo random bit sequence with 9-bit length or 15-bit length in accordance with the IUT-T. RE1S | RE2S | RE3S | RE4S | RE5S | RE6S Repeated 8-digit sequences of zeroes and ones. UPLD Uses the CS_SYNC_User_Payload. Set this payload via a data list file and the following command: :SOURce1:BB:BTOoth:CS:SEVentch0:UPAYload See also method RsSmw.source.bb.btooth.cs.sevent.upayload.get() .