Payload

SCPI Command :

[SOURce<HW>]:BB:ISDBt:PAYLoad:A
class PayloadCls[source]

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

get_a() PayloadTestStuff[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:PAYLoad:A
value: enums.PayloadTestStuff = driver.source.bb.isdbt.payload.get_a()

Defines the payload area content of the packet.

return:

payload: HFF| H00| PRBS

set_a(payload: PayloadTestStuff) None[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:PAYLoad:A
driver.source.bb.isdbt.payload.set_a(payload = enums.PayloadTestStuff.H00)

Defines the payload area content of the packet.

param payload:

HFF| H00| PRBS