State

SCPI Command :

[SENSe]:NR5G:EFILter:FPARameters:STATe
class StateCls[source]

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

class StateStruct[source]

Response structure. Fields:

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

  • State: bool: ON | OFF | 1 | 0

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

Turns an event filter on and off. Turning on an event filter adds it to the filter list and removes the results from the result summary that do not fulfill the filter conditions. Turning it off removes it from the list.

INTRO_CMD_HELP: Prerequisites for this command

  • Define a filter condition ([SENSe:]NR5G:EFILter:FPARameters) .

return

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

set(result: RsFsw.enums.ResultTypeNr5G, state: bool) None[source]
# SCPI: [SENSe]:NR5G:EFILter:FPARameters:STATe
driver.applications.k14Xnr5G.sense.nr5G.efilter.fparameters.state.set(result = enums.ResultTypeNr5G.AAPFail, state = False)

Turns an event filter on and off. Turning on an event filter adds it to the filter list and removes the results from the result summary that do not fulfill the filter conditions. Turning it off removes it from the list.

INTRO_CMD_HELP: Prerequisites for this command

  • Define a filter condition ([SENSe:]NR5G:EFILter:FPARameters) .

param result

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

param state

ON | OFF | 1 | 0