DsmLength

SCPI Command :

TRIGger:WLAN:SIGNaling<instance>:RX:MACFrame:DSMLength
class DsmLengthCls[source]

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

class DsmLengthStruct[source]

Response structure. Fields:

  • Mode: enums.LenMode: DEFault | UDEFined DEFault: automatically calculated value UDEFined: configured Length

  • Length: int: numeric Minimum number of bytes for UDEFined mode Range: 16 to 1500, Unit: byte

get() DsmLengthStruct[source]
# SCPI: TRIGger:WLAN:SIGNaling<instance>:RX:MACFrame:DSMLength
value: DsmLengthStruct = driver.trigger.rx.macFrame.dsmLength.get()

Defines the minimum length for the RX frame trigger mode DSSS/CCK Bursts, see method RsCmwWlanSig.Trigger.Rx.MacFrame. btype.

return:

structure: for return value, see the help for DsmLengthStruct structure arguments.

set(mode: LenMode, length: int = None) None[source]
# SCPI: TRIGger:WLAN:SIGNaling<instance>:RX:MACFrame:DSMLength
driver.trigger.rx.macFrame.dsmLength.set(mode = enums.LenMode.DEFault, length = 1)

Defines the minimum length for the RX frame trigger mode DSSS/CCK Bursts, see method RsCmwWlanSig.Trigger.Rx.MacFrame. btype.

param mode:

DEFault | UDEFined DEFault: automatically calculated value UDEFined: configured Length

param length:

numeric Minimum number of bytes for UDEFined mode Range: 16 to 1500, Unit: byte