time
¶
The time commands module.
These commands are used in the following models: DPO7AX, LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- TIMe <QString>
- TIMe:ZONe <QString>
- TIMe:ZONe:UTCDELTa <NR3>
- TIMe:ZONe:UTCDELTa?
- TIMe:ZONe?
- TIMe?
Time
¶
Bases: SCPICmdWrite, SCPICmdRead
The TIMe command.
Description
- This command sets the time in the form
hh:mm:sswhere hh refers to a two-digit hour number, mm refers to a two-digit minute number from 01 to 60, and ss refers to a two-digit second number from 01 to 60.
Usage
- Using the
.query()method will send theTIMe?query. - Using the
.verify(value)method will send theTIMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTIMe valuecommand.
SCPI Syntax
- TIMe <QString>
- TIMe?
Info
<QString>is a quoted string representing the desired time.
Properties
.zone: TheTIMe:ZONecommand.
zone
property
¶
zone: TimeZone
Return the TIMe:ZONe command.
Description
- This command sets the time zone to the one specified.
Usage
- Using the
.query()method will send theTIMe:ZONe?query. - Using the
.verify(value)method will send theTIMe:ZONe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTIMe:ZONe valuecommand.
SCPI Syntax
- TIMe:ZONe <QString>
- TIMe:ZONe?
Info
<QString>is a quoted string representing the desired time.
Sub-properties
.utcdelta: TheTIMe:ZONe:UTCDELTacommand.
TimeZone
¶
Bases: SCPICmdWrite, SCPICmdRead
The TIMe:ZONe command.
Description
- This command sets the time zone to the one specified.
Usage
- Using the
.query()method will send theTIMe:ZONe?query. - Using the
.verify(value)method will send theTIMe:ZONe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTIMe:ZONe valuecommand.
SCPI Syntax
- TIMe:ZONe <QString>
- TIMe:ZONe?
Info
<QString>is a quoted string representing the desired time.
Properties
.utcdelta: TheTIMe:ZONe:UTCDELTacommand.
utcdelta
property
¶
utcdelta: TimeZoneUtcdelta
Return the TIMe:ZONe:UTCDELTa command.
Description
- This command sets or queries the time zone using the difference between the desired time zone and UTC.
Usage
- Using the
.query()method will send theTIMe:ZONe:UTCDELTa?query. - Using the
.verify(value)method will send theTIMe:ZONe:UTCDELTa?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTIMe:ZONe:UTCDELTa valuecommand.
SCPI Syntax
- TIMe:ZONe:UTCDELTa <NR3>
- TIMe:ZONe:UTCDELTa?
Info
<NR3>is the specified number of hours difference between the desired time zoneand UTC which is equivalent to GMT. The deltas supported are: -12.00, -11.00,-10.00, -9.30, -9.00, -8.30, -8.00, -7.00, -6.00, -5.00, -4.00, -3.30, -3.00, -2.00,-1.00, 0.0, 1.00, 2.00, 3.00, 3.30, 4.00, 4.30, 5.0.
TimeZoneUtcdelta
¶
Bases: SCPICmdWrite, SCPICmdRead
The TIMe:ZONe:UTCDELTa command.
Description
- This command sets or queries the time zone using the difference between the desired time zone and UTC.
Usage
- Using the
.query()method will send theTIMe:ZONe:UTCDELTa?query. - Using the
.verify(value)method will send theTIMe:ZONe:UTCDELTa?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theTIMe:ZONe:UTCDELTa valuecommand.
SCPI Syntax
- TIMe:ZONe:UTCDELTa <NR3>
- TIMe:ZONe:UTCDELTa?
Info
<NR3>is the specified number of hours difference between the desired time zoneand UTC which is equivalent to GMT. The deltas supported are: -12.00, -11.00,-10.00, -9.30, -9.00, -8.30, -8.00, -7.00, -6.00, -5.00, -4.00, -3.30, -3.00, -2.00,-1.00, 0.0, 1.00, 2.00, 3.00, 3.30, 4.00, 4.30, 5.0.