security
¶
The security commands module.
These commands are used in the following models: DPO7AX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SECurity:LOGger:STATe {ON|OFF|<NR1>}
- SECurity:LOGger:STATe?
Security
¶
Bases: SCPICmdRead
The SECurity command tree.
Usage
- Using the
.query()method will send theSECurity?query. - Using the
.verify(value)method will send theSECurity?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.logger: TheSECurity:LOGgercommand tree.
logger
property
¶
logger: SecurityLogger
Return the SECurity:LOGger command tree.
Usage
- Using the
.query()method will send theSECurity:LOGger?query. - Using the
.verify(value)method will send theSECurity:LOGger?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheSECurity:LOGger:STATecommand.
SecurityLogger
¶
Bases: SCPICmdRead
The SECurity:LOGger command tree.
Usage
- Using the
.query()method will send theSECurity:LOGger?query. - Using the
.verify(value)method will send theSECurity:LOGger?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheSECurity:LOGger:STATecommand.
state
property
¶
state: SecurityLoggerState
Return the SECurity:LOGger:STATe command.
Description
- This command sets or queries the state of the security log. The security log records security activities to the securitylog.txt file, which is present when exporting log files. When OFF, the security log stops recording new activity, but all previous activity is still present when exporting log files.
Usage
- Using the
.query()method will send theSECurity:LOGger:STATe?query. - Using the
.verify(value)method will send theSECurity:LOGger:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSECurity:LOGger:STATe valuecommand.
SCPI Syntax
- SECurity:LOGger:STATe {ON|OFF|<NR1>}
- SECurity:LOGger:STATe?
Info
<NR1>0 disables the security logger; any other value enables the security logger.OFFdisables the security logger.ONenables the security logger.
SecurityLoggerState
¶
Bases: SCPICmdWrite, SCPICmdRead
The SECurity:LOGger:STATe command.
Description
- This command sets or queries the state of the security log. The security log records security activities to the securitylog.txt file, which is present when exporting log files. When OFF, the security log stops recording new activity, but all previous activity is still present when exporting log files.
Usage
- Using the
.query()method will send theSECurity:LOGger:STATe?query. - Using the
.verify(value)method will send theSECurity:LOGger:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSECurity:LOGger:STATe valuecommand.
SCPI Syntax
- SECurity:LOGger:STATe {ON|OFF|<NR1>}
- SECurity:LOGger:STATe?
Info
<NR1>0 disables the security logger; any other value enables the security logger.OFFdisables the security logger.ONenables the security logger.