OfmLength

SCPI Command :

TRIGger:WLAN:SIGNaling<instance>:RX:MACFrame:OFMLength
class OfmLengthCls[source]

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

class OfmLengthStruct[source]

Response structure. Fields:

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

  • Length: int: numeric Range: 1 to 1500

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

Defines the minimum length for the all OFDM RX frame trigger modes (all modes except All Bursts and DSSS/CCK Bursts) , see method RsCmwWlanSig.Trigger.Rx.MacFrame.btype.

return:

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

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

Defines the minimum length for the all OFDM RX frame trigger modes (all modes except All Bursts and DSSS/CCK Bursts) , see method RsCmwWlanSig.Trigger.Rx.MacFrame.btype.

param mode:

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

param length:

numeric Range: 1 to 1500