time

The time commands module.

These commands are used in the following models: MSO2, TekScopePC

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:ss where 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 the TIMe? query.
  • Using the .verify(value) method will send the TIMe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the TIMe value command.
SCPI Syntax
- TIMe <QString>
- TIMe?
Info
  • <QString> is a quoted string representing the desired time.
Properties
  • .zone: The TIMe:ZONe command.

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 the TIMe:ZONe? query.
  • Using the .verify(value) method will send the TIMe:ZONe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the TIMe:ZONe value command.
SCPI Syntax
- TIMe:ZONe <QString>
- TIMe:ZONe?
Info
  • <QString> is a quoted string representing the desired time zone.
Sub-properties
  • .utcdelta: The TIMe:ZONe:UTCDELTa command.

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 the TIMe:ZONe? query.
  • Using the .verify(value) method will send the TIMe:ZONe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the TIMe:ZONe value command.
SCPI Syntax
- TIMe:ZONe <QString>
- TIMe:ZONe?
Info
  • <QString> is a quoted string representing the desired time zone.
Properties
  • .utcdelta: The TIMe:ZONe:UTCDELTa command.

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 the TIMe:ZONe:UTCDELTa? query.
  • Using the .verify(value) method will send the TIMe:ZONe:UTCDELTa? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the TIMe:ZONe:UTCDELTa value command.
SCPI Syntax
- TIMe:ZONe:UTCDELTa <NR3>
- TIMe:ZONe:UTCDELTa?
Info
  • <NR3> is the specified number of hours difference between the desired time zone and 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.00, 5.30, 6.00, 6.30, 7.00, 8.00, 9.00, 9.30, 10.00, 10.30, 11.00, 11.30, 12.00.

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 the TIMe:ZONe:UTCDELTa? query.
  • Using the .verify(value) method will send the TIMe:ZONe:UTCDELTa? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the TIMe:ZONe:UTCDELTa value command.
SCPI Syntax
- TIMe:ZONe:UTCDELTa <NR3>
- TIMe:ZONe:UTCDELTa?
Info
  • <NR3> is the specified number of hours difference between the desired time zone and 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.00, 5.30, 6.00, 6.30, 7.00, 8.00, 9.00, 9.30, 10.00, 10.30, 11.00, 11.30, 12.00.