Upayload

SCPI Command :

[SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPAYload
class UpayloadCls[source]

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

get(channelNull=ChannelNull.Default) str[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPAYload
value: str = driver.source.bb.btooth.cs.sevent.upayload.get(channelNull = repcap.ChannelNull.Default)

Selects a data list file as the data source for a random CS sequence. This sequence uses the CS_SYNC_User_Payload for CS step configuration modes Mode-1 or Mode-3. Select the file from the default instrument directory or a specific directory.

param channelNull:

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

return:

user_payload: string

set(user_payload: str, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:BTOoth:CS:[SEVent<CH0>]:UPAYload
driver.source.bb.btooth.cs.sevent.upayload.set(user_payload = 'abc', channelNull = repcap.ChannelNull.Default)

Selects a data list file as the data source for a random CS sequence. This sequence uses the CS_SYNC_User_Payload for CS step configuration modes Mode-1 or Mode-3. Select the file from the default instrument directory or a specific directory.

param user_payload:

string

param channelNull:

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