SetPayloadBitPattern(string, RFmxBTMXPayloadBitPattern)
- Updated2025-04-08
- 1 minute(s) read
Sets the bit pattern present in the payload of the packet. This value is used to determine the set of ModAcc measurements to be performed.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public int SetPayloadBitPattern(string selectorString, RFmxBTMXPayloadBitPattern value)
Remarks
This method sets the value of PayloadBitPattern attribute.The default value is StandardDefined.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | RFmxBTMXPayloadBitPattern | Specifies the bit pattern present in the payload of the packet. This value is used to determine the set of ModAcc measurements to be performed. Refer to the Payload Bit Pattern property that lists the measurements that are applicable for different payload bit patterns. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.