Fparameters

SCPI Command :

[SENSe]:NR5G:EFILter:FPARameters
class FparametersCls[source]

Fparameters commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class FparametersStruct[source]

Response structure. Fields:

  • Result: enums.ResultTypeNr5G: SSTate | APFail | AAPFail | ARPFail | SPFail | MID | TSTamp | TSDelta | EVM | POWer | DSQP | DSST | DSSF | DSTS | FSOFfset | PCHannel | PSIGnal | FERRor | SERRor | IQOFfset | GIMBalance | QUADrature | OSTP | RSTP | RSSI | CSIPower | SSPower | CRESt | OVLD | MODulation | NORB | BLER | TPUT Selects the result that you want to define a filter for.

  • Condition: enums.EventFilterCondition: FAILed Filter condition: test failed (for boolean results only) . GTEQual Filter condition: greater than or equal (for numerical results only) . LTEQual Filter condition: lower than or equal (for numerical results only) . PASSed Filter condition: test passed (for boolean results only) .

  • Value: float: For numerical results only.

get() FparametersStruct[source]
# SCPI: [SENSe]:NR5G:EFILter:FPARameters
value: FparametersStruct = driver.applications.k14Xnr5G.sense.nr5G.efilter.fparameters.get()

Defines a filter condition for the event filter in combined measurements.

return

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

set(result: RsFsw.enums.ResultTypeNr5G, condition: Optional[RsFsw.enums.EventFilterCondition] = None, value: Optional[float] = None) None[source]
# SCPI: [SENSe]:NR5G:EFILter:FPARameters
driver.applications.k14Xnr5G.sense.nr5G.efilter.fparameters.set(result = enums.ResultTypeNr5G.AAPFail, condition = enums.EventFilterCondition.EQUal, value = 1.0)

Defines a filter condition for the event filter in combined measurements.

param result

SSTate | APFail | AAPFail | ARPFail | SPFail | MID | TSTamp | TSDelta | EVM | POWer | DSQP | DSST | DSSF | DSTS | FSOFfset | PCHannel | PSIGnal | FERRor | SERRor | IQOFfset | GIMBalance | QUADrature | OSTP | RSTP | RSSI | CSIPower | SSPower | CRESt | OVLD | MODulation | NORB | BLER | TPUT Selects the result that you want to define a filter for.

param condition

FAILed Filter condition: test failed (for boolean results only) . GTEQual Filter condition: greater than or equal (for numerical results only) . LTEQual Filter condition: lower than or equal (for numerical results only) . PASSed Filter condition: test passed (for boolean results only) .

param value

For numerical results only.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k14Xnr5G.sense.nr5G.efilter.fparameters.clone()

Subgroups